RCON (Remote Console) lets you execute Minecraft server commands remotely without being in-game.Documentation Index
Fetch the complete documentation index at: https://docs.berrybyte.net/llms.txt
Use this file to discover all available pages before exploring further.
Enable RCON
- Stop your server
- Open Files ->
server.properties - Set
enable-rcon=true - Set
rcon.passwordto a secure password - Set
rcon.portto a new port (create one in Network -> Create Allocation) - Save the file and restart your server
FAQ
Is RCON secure?
Is RCON secure?
Yes, if you use a strong password and limit access. Change the port for extra security.
Can I use RCON on multiple servers?
Can I use RCON on multiple servers?
Yes, but each server needs its own setup and password.
Can I run all commands through RCON?
Can I run all commands through RCON?
Most commands work, but some may need direct server access.
Related Guides
- Server Configuration - Basic server setup
- Control Panel Overview - Server management interface
- Server Backups - Backup before changes