Professional Remote Management
Remote Console (RCON) is a important communication protocol that enables you to execute administrative commands, broadcast global announcements, and manage player sessions without requiring an active in-game client session. This is essential for community owners who wish to automate maintenance tasks, monitor server health during peak hours, or moderate their community while away from their primary workstation. The FREAKHOSTING platform provides a secure and high-speed network path for all RCON communications.Difficulty
Intermediate
Time
6 Minutes
Technical Initialization
Follow these steps to authorize and configure the RCON engine within your server files.1
Access the Configuration
Log in to the Game Panel, navigate to the Files tab, and open:
/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini2
Enable the RCON Engine
Locate the
RCONEnabled= parameter and ensure it is set to true.3
Define the Communication Port
Verify the
RCONPort= variable.
Important: On our high-performance clusters, you must use the specific port allocated to you in the Network tab of your dashboard (the standard default is often 25575).4
Authorize Administrative Password
Ensure a strong string is defined within the
AdminPassword= field. RCON uses this identical password for authentication.Recommended Administrative Suites
Because the raw terminal can be limited, many professional administrators prefer using third-party graphical interfaces for more efficient community management.- ARRCON: A lightweight, cross-platform terminal optimized for rapid command execution and clean log parsing.
- Palworld RCON Tool: A feature-rich graphical dashboard that provides visual player lists, allowing for one-click kicks, bans, and teleports.
Establishing a Secure Connection
Once your server is correctly configured and restarted, follow this workflow to link your external tool.1
Initialize the Client
Launch your chosen RCON application on your local PC.
2
Input Server Metadata
- Hostname: Enter your numerical FREAKHOSTING IP address.
- Port: Input the RCON-specific port defined in your settings.
- Password: Enter your master Admin Password.
3
Authenticate & Execute
Click Connect. You can now execute commands such as
/ShowPlayers or /Broadcast directly through the external interface.Need Extra Help?
If you encounter any issues, our support team is ready to assist:- Live Chat: Quick assistance via our website.
- Support Ticket: Open a Ticket
- Discord: Join our Community
- Email: support@freakhosting.com
Last Updated: January 2026 | Palworld: Remote management active.