How to create a password Space Engineers
Important: Your server must be in Advanced Mode. The password entries must be generated by the server software and then manually entered.
Generating password hash and salt
First, you need to download the Space Engineers server:
- Download the
Space Engineers Dedicated Server
under Tools in Steam. - Start the server.
- If necessary, start the server as an admin ("Run as Admin").
- Choose “Local / Console”.
- Click “Continue to server configuration”.
- Enter the desired password in the
Password
field. - Click Save.
- Click Edit. Notepad should open.
- Find the following 2 lines:
<ServerPasswordHash>kz3xcj8vyRmhRq9w3+Umnk7Wfbk=</ServerPasswordHash>
<ServerPasswordSalt>J61BRbm/o7Mo33C56TiVsw==</ServerPasswordSalt>
- Copy these two lines.
Adding entries to the configuration file
As mentioned, your server must be in Advanced Mode. You can add the password as follows:
- Stop your server. The server status should be “Server not running”.
- Click on SpaceEngineers-Dedicated.cfg on the left.
- Paste the copied two lines below
<ServerDescription />
. - Click Save.
- Start your server.
Note: You need to provide the password to your friends in plain text. In the example above, test was used as the password. So, that would be the password for the server.