Star RuptureHow to create a Star Rupture server: complete 2026 guide
Create your Star Rupture server with 2 methods: Steam self-hosting or dedicated host. Configuration, ports, known bugs and FAQ.
Two ways to create a Star Rupture server: through self-hosting from Steam (free but technical), or via a dedicated host (paid but turn-key). If you want to play with friends without leaving your PC on and without touching your router, the host is the recommended option.
You're hooked on Star Rupture and want to take on Arcadia-7 with your buddies? Good news: the game supports dedicated servers from early access. This guide shows you the two methods available to create a server — free self-hosting (but technical) and managed hosting (simple and stable).
Why create your own Star Rupture server?
Before diving into the technical side, it's worth recalling what you gain from running your own server:
- Play with your friends anytime, without having to coordinate schedules. Anyone connects whenever they want, the base is always there.
- Control the gameplay settings: difficulty, Rupture frequency, resources, passwords. You tailor the experience to your group.
- Server available 24/7 without leaving your PC on (with a dedicated host only). Your base evolves even while you sleep.
- No host dependency. In a classic local session, if the host disconnects, everyone gets kicked. With a dedicated server, players keep playing together.
Concretely, you have 3 ways to play Star Rupture in coop:
| Mode | Availability | Host | Skills |
|---|---|---|---|
| Local session | Whenever the host plays | None (free) | None |
| Self-hosting | 24/7 if PC on | Your PC | Medium (ports, router) |
| Dedicated host | 24/7 guaranteed | Lordhosting (or other) | None |
We'll detail the last two options, which correspond to real servers.
Method 1 — Create a Star Rupture server via self-hosting
This method is free: you use your own PC as a server. Handy for testing, heavy to maintain day to day.
Prerequisites
Before you dive in, make sure you have:
- A Windows 10/11 PC powerful enough (8 GB of RAM minimum for the server alone, 16 GB if you also want to play on it)
- Steam installed with your Star Rupture account linked
- Admin access to your internet router (to open ports)
- A stable connection with at least 5 Mbps upload
- Patience: first-time configuration takes 30 to 45 minutes
Step 1: Install StarRupture Dedicated Server
The dedicated server is distributed for free by Creepy Jar via Steam. To install it:
- Open Steam and switch to Library mode
- In the left sidebar, click the dropdown at the top (usually "Games")
- Check "Tools" to make Steam tools appear
- Look for "StarRupture Dedicated Server" in the list
- Right-click on it, then "Install"
The tool installs in your usual Steam folder (by default C:\Program Files (x86)\Steam\steamapps\common\StarRuptureDedicatedServer).
Step 2: Set up the launch batch file
The server is launched via a .bat file that you have to create. Navigate to the install folder and create a new text file you'll rename start-server.bat. Open it with an editor (Notepad++, VS Code) and paste:
@echo off
StarRuptureServer.exe -ServerName="My RP server" -Port=27015 -Password="password" -MaxPlayers=4
pause
Adjust the settings:
- ServerName: name shown to your friends
- Port: 27015 by default, leave as is unless special case
- Password: access password (leave empty for open server)
- MaxPlayers: 4 maximum, game limit
Save. You can now launch the server by double-clicking this .bat file.
Step 3: Open the ports on the router
This is the step that blocks 90% of beginners. Your server runs on your PC, but without port forwarding, your friends can't connect from outside.
Generic procedure (adapt to your router):
- Log into your router's interface (often
192.168.1.1) - Look for the section "NAT" or "Port forwarding"
- Create a rule:
- External port: 27015 (TCP and UDP)
- Internal port: 27015
- Destination IP: your PC's local IP (
ipconfigcommand in cmd to find it)
- Confirm and reboot your router
Also remember to allow the server in your Windows firewall (Windows Defender shows a prompt on first run).
Step 4: Launch the server and grab the IP
Double-click start-server.bat. A console window opens with the boot logs. If everything's OK, you'll see a line like:
[INFO] Server listening on port 27015
[INFO] Steam authentication successful
To get your public IP (the one your friends will use), go to whatismyip.com. This IP looks like 82.123.45.67.
Step 5: Join the server from the game
On the player side:
- Launch Star Rupture
- Main menu → "Multiplayer" → "Join by IP"
- Enter the host's public IP + port (format
82.123.45.67:27015) - Enter the password if defined
- Click "Connect"
You're on your server. Enjoy!
- Your PC has to stay on at all times for your friends to connect
- Your public IP changes at every router reboot (unless you have a fixed IP from your ISP)
- Complex network configuration: a wrong port setting = inaccessible server
- Reduced performance if you play on the same PC at the same time
Method 2 — Create a Star Rupture server via a host (recommended)
This method is paid (from €7.99/month at Lordhosting), but it eliminates all the issues of self-hosting. The server runs 24/7 on dedicated infrastructure, with a fixed IP and anti-DDoS protection.
Step 1: Pick your plan
On Lordhosting, three plans are available depending on your needs:
| Plan | RAM | Audience | Price |
|---|---|---|---|
| Starter | 6 GB | 4-player game without mods | €7.99/month |
| Pro | 10 GB | 4-player game with mods | €12.99/month |
| Elite | 16 GB | Complex industrial bases + heavy mods | €19.99/month |
All plans include anti-DDoS, Pterodactyl panel in English, automatic backups and 7/7 support.
Step 2: Deployment in a few clicks
After ordering, your server is provisioned automatically in under 2 minutes. You receive by email:
- The IP and port for connection
- Your credentials to access the Pterodactyl panel
- A link to the web panel:
https://game.lordhosting.fr
No Wings to install, no files to upload manually. The server is ready to start.
Step 3: Steam / Steam Guard authentication
Star Rupture requires Steam authentication on the server side to download the game files and validate multiplayer sessions.
From the Pterodactyl panel:
- "Startup" tab
- Fill in the variables:
- Steam Username: your Steam ID (ideally create a dedicated server Steam account)
- Steam Password: your password
- Steam Guard Code: if Steam Guard is active, enter the code received by email
The server then downloads the Star Rupture files from Steam (about 8 GB) and runs the configuration. This first setup takes 5 to 10 minutes.
Create a separate Steam account specifically for your server. You avoid exposing your main account and make management easier if you change hosts later on.
Step 4: Start the server and grab the IP
- "Console" tab in the panel
- Click "Start" (green button)
- Watch the logs: you should see
Server is now onlineafter 30 to 60 seconds - The IP and port show up in the top banner of the panel (format
82.66.18.xx:27015)
That's the address you'll share with your friends.
Step 5: Create and launch your first session
While you're the server admin, you set up the initial session from the panel or from the game:
- Configuration file:
Resources/Server/ServerConfig.txtaccessible via the panel's File Manager - Adjustable settings: session name, difficulty, Rupture frequency, starting resources, map size
Save, restart the server from the console, and the session loads with your settings.
Step 6: Join the server as a player
On the client side (your friends and you):
- Launch Star Rupture
- "Multiplayer" menu → "Join by IP"
- Paste the IP and port provided by the panel
- Enter the password if you set one
- Click "Connect"
That's it. You're online.
Advantages of this method
- ✅ Available 24/7, even when your PC is off
- ✅ Fixed IP, no surprise at every restart
- ✅ Technical support available (Discord, tickets)
- ✅ Deployment in minutes, no network configuration
- ✅ Anti-DDoS included, your sessions no longer stop because of outside attacks
- ✅ Pterodactyl panel in English: restart, monitor RAM, read logs in 1 click
See our Star Rupture server plans → — Deployment in under 2 minutes, no commitment, from €7.99/month.
Known bugs and solutions
Early access comes with its share of small issues. Here are the most frequent ones and their workarounds.
"More than one server" bug after restart
Symptom: after a server restart, the console shows Error: more than one server running and the server refuses to start.
Solution: this is an orphan Steam process that wasn't killed. On the Pterodactyl panel, run a "Force Stop" from the console, wait 30 seconds, then restart normally. On a self-hosting PC, open the Task Manager and end all StarRuptureServer.exe processes before restarting.
Empty session after restart
Symptom: you restart the server and your base + world seem to have disappeared. You spawn in a fresh session.
Solution: this is a save-loading bug. The save isn't lost, just not selected. Leave the session, then from the Star Rupture main menu, pick "Load session" and choose your most recent save. On a dedicated server, the right save sits in Resources/Saves/ accessible via the panel's File Manager.
IP connection error
Symptom: your friends can't connect, message Connection timed out or Server not responding.
Self-hosting solution: check that ports 27015 TCP and UDP are properly forwarded on your router, and that the Windows firewall allows StarRuptureServer.exe. Test the port with yougetsignal.com/tools/open-ports/.
Host solution: check that you're using the public IP provided by the panel, not the internal IP. If the problem persists, open a support ticket: Lordhosting responds in under 30 min on Discord.
FAQ
All the answers to frequent questions are available in the FAQ box at the top of this page (generated automatically). If a question is missing, contact Lordhosting support via Discord or by ticket.
Go further
- Star Rupture: our full 2026 review — Detailed game review, strong points, weaknesses, purchase recommendation
- See our Star Rupture hosting plans → — Turn-key dedicated servers from €7.99/month

