How to Enable RCON on Your Palworld Server | GPORTAL
Quick answer: Enable RCON on your Palworld server by setting RCONEnabled=True and an RCONPort in PalWorldSettings.ini, plus an AdminPassword for authentication. Then connect any RCON client with your server IP, RCON port and admin password to run admin commands like ShowPlayers, Broadcast and Shutdown remotely.
At a glance
- Enable: RCONEnabled=True
- Port: RCONPort
- Auth: AdminPassword
- Protocol: Remote Console (RCON)
- Use with: Moderation bots, restart schedulers
Table of contents
- What is RCON?
- How do I enable RCON?
- How do I connect an RCON tool?
- Why use RCON instead of the in-game console?
- Is RCON safe to enable?
- FAQ
Palworld RCON lets you run admin commands remotely without being logged into the game – ideal for automated restarts, moderation and admin tools. This guide shows how to enable RCON on your GPORTAL Palworld server and connect a client.
What is RCON?
RCON (Remote Console) is a protocol that lets an external tool send admin commands to your server over the network. It is the backbone of many moderation bots and scheduling tools.
How do I enable RCON?
- Open
PalWorldSettings.iniin the web interface or via FTP. - Set
RCONEnabled=True. - Set
RCONPortto the port provided for your server. - Make sure an
AdminPasswordis set – RCON uses it to authenticate. - Save and restart the server.
How do I connect an RCON tool?
Use any RCON client, enter your server IP, the RCON port and your admin password. Once connected you can run the same commands available in the in-game admin console, such as ShowPlayers, Broadcast and Shutdown.
Why use RCON instead of the in-game console?
The in-game admin console requires you to be logged into Palworld. RCON lets external tools send the same commands over the network without a game client, which is essential for automated restarts, scheduled announcements, and Discord moderation bots. Many community management tools rely on RCON to keep a server running smoothly around the clock.
Is RCON safe to enable?
RCON is safe when you use a strong, unique AdminPassword, since that password grants full admin control. Avoid reusing your account password, and only share RCON access with trusted moderators. If you suspect the password has leaked, change it and restart the server.
Related topics
- Overview of admin commands in Palworld
- How to enable the Palworld REST API
- How to become an admin on your Palworld server
FAQ
Do I need an admin password for RCON?
Yes. RCON authenticates with your server’s AdminPassword, so it must be set before RCON works.
What can I do with Palworld RCON?
You can run admin commands remotely – list players, broadcast messages, kick or ban players and schedule shutdowns – without being in the game.
What port does Palworld RCON use?
You define it yourself via RCONPort in PalWorldSettings.ini. Use the port provided for your GPORTAL server.
Can I use RCON and the REST API together?
Yes. Many admins enable both – RCON for console commands and the REST API for structured HTTP management.
Why won’t my RCON tool connect?
Confirm RCONEnabled=True, the correct RCONPort, a matching AdminPassword and that the server has been restarted after the change.
Still have questions? Our support team is happy to help.