The developers have completely overhauled the core engine. Here is what you get with the "new" version:
config/mvcms.ini in Notepad. Change port = 7890 to port = 8081. Restart the server.// Program.cs
var builder = WebApplication.CreateBuilder();
var app = builder.Build();
app.MapGet("/", async ctx => var page = ContentStore.GetHome(); await ctx.Response.WriteAsync(Render(page)); );
app.MapPost("/admin/content", AdminAuth(async ctx => var c = await ctx.Request.ReadFromJsonAsync<Content>(); ContentStore.Save(c); ));
app.Run();
While installation is smooth, some PC users encounter minor hurdles. Here is how to solve them. mvcms lite for pc new
| Feature | MVCMs Lite (New) | Full MVCMs | |---------|------------------|--------------| | Max content panels | 4 | Unlimited | | Scheduled playlists | ❌ No | ✅ Yes | | Network sync across PCs | ❌ No | ✅ Yes | | Touchscreen optimization | Basic | Advanced | | API access | ❌ No | ✅ REST API | | Price | Free / $29 one-time | $299/year subscription | MVCMS Lite for PC — Overview Paper Key
![]()