1) Prerequisites
- A working Unturned Dedicated Server.
- RCON enabled with a defined password.
2) Configure RCON on the Unturned server
- Open or create the following file:
Servers/<ServerName>/Server/Commands.dat - Add or update these RCON settings:
RCON Password: Must match the RCON Password you enter in the panel.RCON Port: Usually the same as the game port (most often 27015). If you use a different port, enter that same value in the panel.
- Restart the server so the settings take effect.
- On the firewall or cloud firewall, open the corresponding port (for example 27015) and allow the panel server IP.
3) Create a server record in the panel
- Go to the Servers page.
- Click Add Server.
- Fill in the fields:
- Plugin:
RCON - Server IP Address: The server IP or an accessible domain
- RCON Port: From
Commands.dat→RCON Port(for example 27015) - RCON Password: From
Commands.dat→RCON Password
- Plugin:
- Click Check Plugin Connection.
- If successful, click Publish to save.
4) Troubleshooting
- Connection failed or timed out
- Are IP and port correct? Did you allow the port in OS and provider firewalls?
- Can the server be reached (ping, tracert)?
- Unauthorized or wrong password
- Do
RCON Passwordand the panel RCON Password match? - After too many failed attempts, a temporary block may occur. Wait briefly, then try again.
- Do
- Settings not applying
- Is
Commands.datin the correct directory? - Did you restart the server after editing?
- Is
5) Security tips
- Use a strong, long, and unique
RCON Password. - Open the port only to the panel IP.
- Log failed attempts and rotate the password regularly.
- Serve your panel over HTTPS.
6) FAQ
What is the default RCON port?Usually 27015. If you defined a different port, enter the same value in the panel. Can I use a domain instead of an IP?
Yes. You can use any domain the panel can access. Can I add more than one Unturned server?
Yes. Create a separate record for each server and enter the correct IP, port, and password. How should I write commands?
Do not use a leading slash in the panel. For example
say Hello, save, kick SteamID, ban SteamID 60 cheating.