Password Protect Your 7 Days to Die Server
How to set, change, or remove a password on your 7 Days to Die dedicated server.
A server password restricts who can join. Only players who know the password can connect.
Setting a Password
Via Startup Tab
- Log in to the XGamingServer Panel
- Click Startup in the sidebar
- Find the Server Password field
- Enter your desired password
- Restart your server
Via serverconfig.xml
- Click Files in the sidebar
- Open
serverconfig.xml - Set the
ServerPasswordproperty:
<property name="ServerPassword" value="YourPasswordHere" />- Save and restart
Removing the Password
Set the value to an empty string to make the server public:
<property name="ServerPassword" value="" />Login Confirmation Message
You can also show a welcome/rules message that players must accept before joining:
<property name="ServerLoginConfirmationText" value="Welcome! Rules: No griefing, be respectful." />Players see this message and must click to confirm before fully connecting. Leave blank to disable.
📝 Note: The password is stored in plain text in
serverconfig.xml. Avoid sharing this file publicly.
Related Guides
How is this guide?

7 Days to Die Server Configuration Guide
Complete serverconfig.xml reference for 7 Days to Die — every setting explained with defaults and values.
Spawning Items & Entities in 7 Days to Die
How to spawn zombies, animals, vehicles, items, and NPCs on your 7DTD server using console commands and the debug spawn menu.