Configuring Remote Console (RCON) Access // NodeFlux Docs

Enable and secure RCON access for external administration panels, webhooks, and Discord bot integration. ## Steps 1. Stop your Minecraft server from the manager panel controls. 2. Open server.properties in the File Manag NodeFlux documentation for free Minecraft, Node.js and application hosting.

Enable and secure RCON access for external administration panels, webhooks, and Discord bot integration. ## Steps 1. Stop your Minecraft server from the manager panel controls. 2. Open server.properties in the File Manag

Enable and secure RCON access for external administration panels, webhooks, and Discord bot integration. ## Steps 1. Stop your Minecraft server from the manager panel controls. 2. Open server.properties in the File Manager. 3. Locate enable-rcon and set it to true. 4. Set rcon.port to the assigned RCON port indicated in your service details (do not use default 25575 unless assigned). 5. Set rcon.password to a strong, random password containing alphanumeric characters. 6. Save server.properties and start the server. 7. Test connectivity using an RCON client tool or your Discord bot configuration. ## Notes - RCON transmits commands over unencrypted TCP; use a complex password to prevent unauthorized execution. - RCON port must match the secondary port assigned to your service allocation. ## Warning Never leave rcon.password set to a generic string like "password" or "12345".