
Velocity plugin for RCON support: enables remote execution of proxy commands via standard RCON protocol.
Velocircon is a plugin for Velocity that adds RCON support, allowing you to connect to your Velocity proxy and execute commands remotely.
Velocircon enables administrators and automation systems to connect to Velocity via the RCON (Remote Console) protocol and securely execute any commands supported by the proxy. This greatly improves management and automation capabilities for Minecraft servers using Velocity as their proxy.
.jar file in the plugins directory of your Velocity server.After the first launch, the plugin will generate a configuration file rcon.yml in the plugins/velocircon directory.
You must set a password and enable RCON (enable: true), otherwise the plugin will not work!
Default configuration:
enable: false
host: 0.0.0.0
port: 25575
password: PASSWORD
colors: true
console-output: true
permissions:
luck-perms:
enable: false
group: '*'
regex:
enable: false
regex: minecraft\.(.*)
enable: Set to true to activate RCON support.host: Address to bind the RCON server (default: 0.0.0.0 for all interfaces).port: Port for RCON connections.password: Set a strong password for authentication.colors: Enables color codes in command output (recommended).console-output: Enables redirect RCON output to the consolepermissions: RCON connection permissions. If all enable: false - all permissions are allowedluck-perms: Use LuckPerms group to control connection permissions*' or an empty string - all permissions are allowedregex: Use Regex to control connection permissionsTo connect to Velocity via RCON, use any compatible client.
We recommend itzg/rcon-cli for its flexibility and ease of use.
Example connection command:
rcon-cli --host <your_host> --port 25575 --password <your_password>
Once connected, you can send any Velocity command as if you were using the Velocity console.
This project is licensed under the GNU General Public License v3.0. See the LICENSE for details.
Found a bug or want to suggest an improvement? Please open an issue or submit a pull request!
Author: @code-lime