Skip to main content

How To Set a Password on Your Space Engineers Server

1. Generate Your Password Hash and Salt

Space Engineers does not use plain text passwords in its configuration files. Instead, it requires an encrypted Hash and Salt. To get these, use SEPG to generate both hash and salt.

Type your desired password into the ‘Password To Hash’ box and select the ‘Generate Hashes’ button. The tool will provide you with a ‘Salt Hash’ and a ‘Password Hash’. Keep both of these generated codes copied and ready.

An arrow pointing to the generated hashes on the password generator website.

2. Log In to Your Panel


3. Select the ‘Files’ Tab

The Cybrancee panel dashboard with an arrow pointing to the Files tab.

4. Select the ‘config’ Folder

The server file manager showing the config folder.

5. Select the ‘SpaceEngineers-Dedicated.cfg‘ File

Selecting the SpaceEngineers-Dedicated.cfg file in the file manager.

6. Add the Password Tags

Scroll down the file until you locate the <ServerPasswordSalt> setting. Even if your file only has the salt line and is missing the hash line, the server requires both to function properly.

Delete the existing <ServerPasswordSalt> line entirely. Replace it by typing out both of your new tags using the codes you generated in the first step. Place them on two separate lines so it looks exactly like this:

<ServerPasswordHash>YourGeneratedPasswordHashHere</ServerPasswordHash>

<ServerPasswordSalt>YourGeneratedSaltHashHere</ServerPasswordSalt>

Make sure you paste your specific generated codes between the tags with no extra spaces.

The password hash and salt tags added to the config file.
The in-game prompt asking a player for the server password.

7. Save the Changes


8. Restart Your Server

Space Engineers Server Hosting

Starts at $8.99

External link icon
Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents