{"id":165516,"date":"2026-06-09T20:48:43","date_gmt":"2026-06-09T17:48:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/"},"modified":"2026-06-09T20:48:43","modified_gmt":"2026-06-09T17:48:43","slug":"velocircon","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/","title":{"rendered":"Velocircon"},"content":{"rendered":"<p>![Modrinth Versions](https:\/\/modrinth.com\/plugin\/velocircon\/versions)<br \/>\n![GitHub Downloads](https:\/\/github.com\/code-lime\/Velocircon\/releases)<br \/>\n![Modrinth](https:\/\/modrinth.com\/plugin\/velocircon)<br \/>\n![Hangar](https:\/\/hangar.papermc.io\/code-lime\/velocircon\/versions)<br \/>\n![GitHub Workflow Status](https:\/\/github.com\/code-lime\/Velocircon\/actions)<\/p>\n<p># Velocircon<\/p>\n<p>**Velocircon** is a plugin for Velocity that adds RCON support, allowing you to connect to your Velocity proxy and execute commands remotely.<\/p>\n<p>## About<\/p>\n<p>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.<\/p>\n<p>## Features<\/p>\n<p>&#8211; Standard RCON protocol support<br \/>\n&#8211; Execute any Velocity command via RCON<br \/>\n&#8211; Secure password authentication<br \/>\n&#8211; Easy setup and integration<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest Velocircon release.<br \/>\n2. Place the `.jar` file in the `plugins` directory of your Velocity server.<br \/>\n3. Restart the server.<\/p>\n<p>## Configuration<\/p>\n<p>After the first launch, the plugin will generate a configuration file `rcon.yml` in the `plugins\/velocircon` directory.<br \/>\n**You must set a password and enable RCON (`enable: true`), otherwise the plugin will not work!**<\/p>\n<p>Default configuration:<\/p>\n<p>&#8220;`yaml<br \/>\nenable: false<br \/>\nhost: 0.0.0.0<br \/>\nport: 25575<br \/>\npassword: PASSWORD<br \/>\ncolors: true<br \/>\nconsole-output: true<br \/>\npermissions:<br \/>\n  luck-perms:<br \/>\n    enable: false<br \/>\n    group: &#8216;*&#8217;<br \/>\n  regex:<br \/>\n    enable: false<br \/>\n    regex: minecraft.(.*)<br \/>\n&#8220;`<\/p>\n<p>### Environment Variables<\/p>\n<p>Configuration options can also be overridden using **environment variables**. This is useful when running Velocity in Docker or other container environments.<\/p>\n<p>Environment variables use the following format:<\/p>\n<p>&#8220;`<br \/>\nVELOCIRCON__<CONFIG_PATH><br \/>\n&#8220;`<\/p>\n<p>Rules:<\/p>\n<p>* The prefix **`VELOCIRCON__`** is required.<br \/>\n* Use **double underscores `__`** to separate configuration levels.<br \/>\n* Replace `-` with `_`.<br \/>\n* Variable names are case-insensitive, but uppercase is recommended.<\/p>\n<p>### Options<\/p>\n<p>&#8211; `enable` (`VELOCIRCON__ENABLE`): Set to `true` to activate RCON support.<br \/>\n&#8211; `host` (`VELOCIRCON__HOST`): Address to bind the RCON server (default: `0.0.0.0` for all interfaces).<br \/>\n&#8211; `port` (`VELOCIRCON__PORT`): Port for RCON connections.<br \/>\n&#8211; `password` (`VELOCIRCON__PASSWORD`): Set a strong password for authentication.<br \/>\n&#8211; `colors` (`VELOCIRCON__COLORS`): Enables color codes in command output (recommended).<br \/>\n&#8211; `console-output` (`VELOCIRCON__CONSOLE_OUTPUT`): Redirects RCON output to the console.<br \/>\n&#8211; `permissions`: RCON connection permissions. If all `enable: false` &#8211; all permissions are allowed.<br \/>\n  &#8211; `luck-perms`: Use LuckPerms group to control connection permissions.<br \/>\n    &#8211; `enable` (`VELOCIRCON__PERMISSIONS__LUCK_PERMS__ENABLE`): Enable usage `LuckPerms` permissions filter.<br \/>\n    &#8211; `group` (`VELOCIRCON__PERMISSIONS__LUCK_PERMS__GROUP`): &#8216;`*`&#8217; or an empty string &#8211; all permissions are allowed.<br \/>\n  &#8211; `regex`: Use Regex (regular expression) to control connection permissions.<br \/>\n    &#8211; `enable` (`VELOCIRCON__PERMISSIONS__REGEX__ENABLE`): Enable usage `Regex` permissions filter.<br \/>\n    &#8211; `regex` (`VELOCIRCON__PERMISSIONS__REGEX__REGEX`): `Regex` string.<\/p>\n<p>### Examples<\/p>\n<p>Config file:<\/p>\n<p>&#8220;`yaml<br \/>\nport: 25575<br \/>\nconsole-output: true<br \/>\npermissions:<br \/>\n  luck-perms:<br \/>\n    enable: false<br \/>\n&#8220;`<\/p>\n<p>Environment variables:<\/p>\n<p>&#8220;`bash<br \/>\nVELOCIRCON__PORT=25580<br \/>\nVELOCIRCON__CONSOLE_OUTPUT=false<br \/>\nVELOCIRCON__PERMISSIONS__LUCK_PERMS__ENABLE=true<br \/>\n&#8220;`<\/p>\n<p>Resulting configuration:<\/p>\n<p>&#8220;`yaml<br \/>\nport: 25580<br \/>\nconsole-output: false<br \/>\npermissions:<br \/>\n  luck-perms:<br \/>\n    enable: true<br \/>\n&#8220;`<\/p>\n<p>Environment variables **override values from `rcon.yml`**.<\/p>\n<p>## Usage<\/p>\n<p>To connect to Velocity via RCON, use any compatible client.<br \/>\nWe recommend itzg\/rcon-cli for its flexibility and ease of use.<\/p>\n<p>Example connection command:<\/p>\n<p>&#8220;`sh<br \/>\nrcon-cli &#8211;host <your_host> &#8211;port 25575 &#8211;password <your_password><br \/>\n&#8220;`<\/p>\n<p>Once connected, you can send any Velocity command as if you were using the Velocity console.<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Java 21 or higher (recommended by Velocity documentation)<br \/>\n&#8211; Velocity Proxy<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.<\/p>\n<p>## Feedback &#038; Contributions<\/p>\n<p>Found a bug or want to suggest an improvement? Please open an issue or submit a pull request!<\/p>\n<p>&#8212;<\/p>\n<p>**Author:** @code-lime<br \/>\n![Velocircon bStats](https:\/\/bstats.org\/plugin\/velocity\/Velocircon\/26312)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Velocity plugin for RCON support: enables remote execution of proxy commands via standard RCON protocol.<\/p>\n","protected":false},"featured_media":165517,"template":"","meta":{"_minecraft_slug":"velocircon","_minecraft_project_id":"KkmSfl3v","_minecraft_author":"code-lime","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":1083,"_minecraft_follows":10,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"velocircon.zip","_minecraft_size_bytes":360795,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-16T08:21:54.912987Z","_minecraft_date_created":"2025-06-28T20:08:22.556968Z","_minecraft_date_modified":"2026-02-26T23:02:55.932765Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/velocircon","_minecraft_icon_attachment_id":165517,"_minecraft_imported_at":"2026-06-09T17:48:43+00:00","_minecraft_import_hash":"a3d95859d353e75c92e95d379b4d8687","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,123,92,985],"mod_loader":[986],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-165516","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-technology","mod_category-utility","mod_category-velocity","mod_loader-velocity","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Velocircon - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Velocircon - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Velocity plugin for RCON support: enables remote execution of proxy commands via standard RCON protocol.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocircon\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocircon\\\/\",\"name\":\"Velocircon - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocircon\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocircon\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/velocircon-icon-4174a70538377ea5981d479a2f4d3fe14580d95a_96.webp\",\"datePublished\":\"2026-06-09T17:48:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocircon\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocircon\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocircon\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/velocircon-icon-4174a70538377ea5981d479a2f4d3fe14580d95a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/velocircon-icon-4174a70538377ea5981d479a2f4d3fe14580d95a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocircon\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Velocircon\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Velocircon - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/","og_locale":"en_US","og_type":"article","og_title":"Velocircon - Minecraft","og_description":"Velocity plugin for RCON support: enables remote execution of proxy commands via standard RCON protocol.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/","name":"Velocircon - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/velocircon-icon-4174a70538377ea5981d479a2f4d3fe14580d95a_96.webp","datePublished":"2026-06-09T17:48:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/velocircon-icon-4174a70538377ea5981d479a2f4d3fe14580d95a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/velocircon-icon-4174a70538377ea5981d479a2f4d3fe14580d95a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocircon\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Velocircon"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/165516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/165517"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=165516"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=165516"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=165516"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=165516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}