Number of files in the package has been decreased. But server edition is confirmed to be working. We are using it to host cloud edition.
What has changed are arguments. When you launch server edition you will now see this:
Syntax:
ManagerServer [options]
Options:
--urls <binding> Kestrel URL(s). Example: http://localhost:5000
Multiple values separated by ';'.
--path <directory> Data directory for Manager.
Examples:
ManagerServer
ManagerServer --urls http://localhost:80
ManagerServer --urls http://*:80 --path "/data/Manager.io"
If you are using non-default port, then use --urls argument. It’s more standard and more flexible.