> For the complete documentation index, see [llms.txt](https://help.minexon.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.minexon.net/connect-your-game/rcon.md).

# RCON

{% hint style="danger" %}
Please do not forget to add the port you use to the firewall!
{% endhint %}

Open the server.properties file from your Minecraft Server files, edit the sample code below and add it to the bottom.

{% code title="server.properties" overflow="wrap" lineNumbers="true" %}

```properties
...
enable-rcon=true
rcon.password=PASSWORD
rcon.port=PORT (10289 RECOMMENDED)
```

{% endcode %}
