Space Engineers | How To Add Your Own Password For Space Engineers
To set a password for Space Engineers, you'll need to secure it by encrypting it with a salt and hash. In the following steps, we will guide you through this process.
- In your steam client click and enable tools
- Download and Install the Space Engineers dedicated Server
- Enable
run as admin
- Choose
Local/Console
and then clickContinue to server configuration
- In the password field set the password
tip
If there is no password field press the reset button next to it.
- Once the password has been entered click the save button
- Now you can click on the edit button
- This will now open a notepad file and find the following 2 lines
<ServerPasswordHash>KnvSAsdrep/23wULQiMgJakFUgQ=</ServerPasswordHash>
<ServerPasswordSalt>/lqmFWFmVmOhIrgm562thg==</ServerPasswordSalt>
-
Back in the game panel you can stop the server.
-
Go into
configuration files
> clicktext editor
onInstance\SpaceEngineers-Dedicated.cfg
-
You can press
left ctrl + F
to find and searchpassword
and pressenter
-
Replace the password line with the 2 lines of
ServerPasswordHash
andServerPasswordSalt
in step 8
- Click Save & Exit and you can now start your server and your server will be password protected.