How to Set a Password on a Hytale Server ​
Note
Stop your server before making changes to configuration files, otherwise they will be overwritten by the server.
How to Set a Password ​
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 the Password
Find thePasswordsetting and set your desired password:json"Password": "YourPassword123""Password": "YourPassword123"Start the Server
Start your server for the changes to take effect.
Players will now need to enter the password to join the server.
How to Remove the Password ​
To remove the password, set the value to empty:
json
"Password": """Password": ""Note
A password is a simple alternative to the whitelist. You can share the password with friends without having to add each one to the whitelist.