Need a StarRupture Server?
Get a fully managed StarRupture dedicated server with one-click setup, automatic updates, and 24/7 support.
This guide explains how to create a fresh new world on your StarRupture dedicated server. There are two methods: using DSSettings.txt or the in-game Server Manager.
Method 1: Using In-Game Server Manager
The recommended method for creating a new world:
- Start your server (ensure no DSSettings.txt file exists)
- Open the StarRupture game client
- From the main menu, click “Manage Server”
- Enter your server IP and port to connect
- Create a new world through the interface
This method also allows you to set a password for your server.
Method 2: Using DSSettings.txt (No Password)
Step 1: Create DSSettings.txt
Create DSSettings.txt in the root server directory:
Pterodactyl Panel:
/home/container/DSSettings.txt
Step 2: Configure for New World
Add this content to create a new world:
{
"SessionName": "MyNewWorld",
"SaveGameInterval": "300",
"StartNewGame": "true",
"LoadSavedGame": "false",
"SaveGameName": ""
}
Step 3: Start the Server
Start your server and wait for it to finish loading the new world.
Step 4: Stop and Update Settings
After the world is created:
- Stop the server
- Update DSSettings.txt to prevent overwriting your world:
{
"SessionName": "MyNewWorld",
"SaveGameInterval": "300",
"StartNewGame": "false",
"LoadSavedGame": "true",
"SaveGameName": "AutoSave0.sav"
}
Step 5: Restart and Play
Start the server again and join your new world!
Configuration Options
| Setting | Value | Description |
|---|---|---|
| SessionName | Your world name | Max 20 characters |
| StartNewGame | true/false | Only “true” when creating |
| LoadSavedGame | true/false | “false” for new worlds |
| SaveGameName | filename.sav | Leave empty for new worlds |
Save File Location
Your saves are stored at:
/home/container/StarRupture/Saved/SaveGames/
Troubleshooting
World Not Creating
- Ensure StartNewGame is set to “true” (with quotes)
- Verify LoadSavedGame is “false”
- Check that DSSettings.txt uses valid JSON format
Old World Still Loading
- Delete or rename old save files before starting
- Double-check your DSSettings.txt values
Easy Server Management
Create new worlds with one click using our game panel. No config files needed.
