How to Change the Maximum Player Count on a Hytale Server ​
Note
Stop your server before making changes to configuration files, otherwise they will be overwritten by the server.
How to Change the Maximum Player Count ​
Stop the Server
Stop your server via the management panel.Open the Configuration File
Connect to your server via SFTP and open theconfig.jsonfile in the root directory.Set Player Count
Find theMaxPlayerssetting and change the value:json"MaxPlayers": 20Tip
Check the file with a JSON formatter like JSONLint after editing — a single missing or extra comma is enough to stop the server from loading the config.json.
Start the Server
Start your server for the changes to take effect.
Warning
A higher player count does not automatically mean the server can handle that many players. Available RAM is crucial for actual performance.