{"id":165564,"date":"2026-06-09T20:50:25","date_gmt":"2026-06-09T17:50:25","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/"},"modified":"2026-06-09T20:50:25","modified_gmt":"2026-06-09T17:50:25","slug":"velocity-server-manager","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/","title":{"rendered":"Velocity Server Manager"},"content":{"rendered":"<p># Velocity Server Manager<\/p>\n<p>This project is a fork of BungeeServerManager by Noah Fetz, edited to work on Velocity Proxies.<br \/>\nThis project follows the MIT License as per upstream, it has not been edited.<\/p>\n<p>Check out the original Plugin on SpigotMC here: [BungeeServerManager [BungeeCord] [MySQL]](https:\/\/www.spigotmc.org\/resources\/bungeeservermanager-bungeecord-mysql.24837\/)<\/p>\n<p>## Features<br \/>\n * Add or Remove Servers from your Velocity Proxy without restarting<br \/>\n * Restriction who can join specific servers with permissions<br \/>\n * Jump to any player&#8217;s server you want<br \/>\n * Servers are saved in a MySQL Database<br \/>\n * Receive notifications when servers go online or offline<br \/>\n * Kick all players from a specific server to a random lobby<br \/>\n * Manage Server Flags to customize server behavior<br \/>\n * \/hub or \/lobby command to go to a lobby server<br \/>\n * Configurable messages<\/p>\n<p>## Known Issues.<br \/>\n&#8211; No known issues at this time.<\/p>\n<p>## Installation<\/p>\n<p>### Prerequisites<br \/>\nYou&#8217;ll need:<br \/>\n * A Proxy that is running Velocity (duh)<br \/>\n * A MySQL or MariaDB Database<br \/>\n * About 5-10 minutes of your time to set everything up<\/p>\n<p>### Setup<br \/>\n1. Download the latest release of Velocity Server Manager.<br \/>\n2. Place the downloaded `.jar` file into your `plugins` folder of your Velocity Proxy.<br \/>\n3. Start your Proxy to generate the default configuration files. It will shutdown automatically due to a missing database connection.<br \/>\n4. Open the generated `mysql.yml` file in a text editor and fill in the details for a valid database connection.<br \/>\n5. Start your Proxy again. The plugin should connect to the database and create the necessary tables.<br \/>\n6. (Optional, but **_encouraged_**) Remove all servers that are not fallback servers from your `velocity.toml`. Instead, add them using `\/addserver` either ingame or in the console. Refer to [here](#commands).<br \/>\n7. (Optional) Configure the messages in `messages.yml` to your liking.<\/p>\n<p>You are now ready to use Velocity Server Manager! Have fun managing your servers on the fly, dynamically.<\/p>\n<p>### FAQ<br \/>\nIf you read this, you&#8217;ve probably encountered an issue or are interested in some other stuff. Here are some common things and what to do:<br \/>\n1. **The Proxy shuts down immediately after starting!**<br \/>\n   &#8211; Make sure your database connection details in `mysql.yml` are correct.<br \/>\n   &#8211; Ensure that your database server is running and accessible from the machine running the Proxy.<br \/>\n   &#8211; If any of the above do not apply, check the Proxy logs for any error messages related to the plugin. It is probably not this plugin&#8217;s fault. (Hopefully)<br \/>\n2. **I can&#8217;t connect to a server that I added!**<br \/>\n   &#8211; Make sure the server is online and reachable from the Proxy.<br \/>\n   &#8211; Check `\/server` to see if the server is listed. If it isn&#8217;t, it probably has the `DISABLED` [flag](#flags) set.<br \/>\n   &#8211; Check if the server is marked as `RESTRICTED` and ensure you have the necessary permissions to join it.<br \/>\n3. **The plugin doesn&#8217;t seem to be working at all!**<br \/>\n   &#8211; Update Velocity if you haven&#8217;t updated in a while.<br \/>\n   &#8211; Check the Proxy logs for any error messages related to the plugin.<br \/>\n4. **I found a bug or have a feature request!**<br \/>\n   &#8211; Open an issue here on GitHub describing the problem or feature you&#8217;d like to see.<br \/>\n   &#8211; Please do not contact me on any other platform regarding bugs or features. GitHub is the only place where I want and will track these things. I&#8217;ve had somebody interested in a different project message me on Reddit in a Private Chat. Who does that?<\/p>\n<p>## Permissions<br \/>\nHave fun configuring to your heart&#8217;s desire.<br \/>\n * `servermanager.goto` &#8211; Be able to use \/goto and \/jumpto.<br \/>\n * `servermanager.help` &#8211; See the help list.<br \/>\n * `servermanager.notify` &#8211; Receive notifications when somebody manages servers.<br \/>\n * `servermanager.servers.add` &#8211; Add servers to your network.<br \/>\n * `servermanager.servers.delete` &#8211; Delete servers from your network.<br \/>\n * `servermanager.servers.reload` &#8211; Reload server data from the database and re-add them to the proxy.<br \/>\n * `servermanager.servers.list` &#8211; List all servers in your network.<br \/>\n * `servermanager.servers.kick` &#8211; Kick all players from a specific server to a random lobby.<br \/>\n * `servermanager.ignorekick` &#8211; Be exempt from being kicked when a server is cleared.<br \/>\n * `servermanager.servers.info` &#8211; View information about a specific server.<br \/>\n * `servermanager.servers.flags` &#8211; Manage Server flags. Check [here](#flags) for more info.<br \/>\n * `servermanager.server.[servername]` &#8211; Access a specific server if it has the `RESTRICTED` flag.<br \/>\n * `servermanager.server.*` &#8211; Access all servers that have the `RESTRICTED` flag.<br \/>\n * `servermanager.ignorerestriction` &#8211; Ditto of the above, if your Permission system does not support wildcards.<\/p>\n<p>## Commands<br \/>\n&#8211; `[hub, lobby]` &#8211; Go to a Lobby Server<br \/>\n&#8211; `[goto, jumpto]` &#8211; Go to a player&#8217;s current server<br \/>\n&#8211; `[whereami, wai]` &#8211; Find which server you are currently on<br \/>\n&#8211; `[addserver]` &#8211; Adds a server to your network<br \/>\n&#8211; `[delserver]` &#8211; Deletes a server from your network<br \/>\n&#8211; `[reloadserver]` &#8211; Reloads the data of a specific server or all servers in the network<br \/>\n&#8211; `[serverlist, sl]` &#8211; Lists all servers in your network<br \/>\n&#8211; `[serverinfo, si]` &#8211; Shows some information about a specific server<br \/>\n&#8211; `[flagserver]` &#8211; Add a flag to a server<br \/>\n&#8211; `[unflagserver]` &#8211; Remove a flag from a server<br \/>\n&#8211; `[clearserver, kickserver]` &#8211; Kicks all players from the specific server to a random lobby<br \/>\n&#8211; `[servermanager]` &#8211; A unified command for every action<\/p>\n<p>## Flags<br \/>\nFlags are how to plugin identifies servers and their conditions. Some are immutable.<br \/>\n * `EMPTY (Bitvalue: 0)` &#8211; No flags set<br \/>\n * `LOBBY (Bitvalue: 1)` &#8211; This server is a lobby server. Players will be sent here when they join the proxy or are kicked from another server.<br \/>\n * `RESTRICTED (Bitvalue: 2)` &#8211; This server is restricted. Only players with the `servermanager.server.*` or `servermanager.ignorerestriction` permission can join.<br \/>\n * `DISABLED (Bitvalue: 4)` &#8211; This server is disabled. Players cannot join this server, not even staff. If you want this server to be joinable by only staff, use RESTRICTED instead.<br \/>\n * `PROXYMANAGED (Bitvalue: 9)` &#8211; This server is managed by the proxy. This flag is immutable and applies to all servers added in the `velocity.toml` file. If this flag is present, you cannot apply any other flags.<\/p>\n<p>**NOTE: Bitvalue 9 means that the PROXYMANAGED flag is a combination of the LOBBY flag and itself. This is intentional to encourage people to only put fallback servers into their `velocity.toml` file.**<\/p>\n<p>**NOTE: Flags of Servers are stored in the database. Please do not tamper with the database manually unless you know exactly what you are doing. I will not fix any bugs where the database has been manually tampered with. You are on your own.**<\/p>\n<p>## Contribution<br \/>\nI made this as a small side project to learn a tiny bit more about Programming for the Velocity Proxy. I will probably not look at PR Requests anytime soon. If you do feel up to the task, you can fork this repository instead.<br \/>\nJust make sure to follow the license.<br \/>\nInstead, if you&#8217;d like to support me financially, you can Donate on my Ko-Fi Page!<\/p>\n<p>## License<\/p>\n<p>This fork is licensed under the upstream MIT License &#8211; see the LICENSE file here or upstream for details<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Manage Velocity Servers Dynamically.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"velocity-server-manager","_minecraft_project_id":"A13xY94b","_minecraft_author":"GunnableScum","_minecraft_license":"MIT","_minecraft_downloads":80,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"velocity-server-manager.zip","_minecraft_size_bytes":8970138,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T20:11:49.568771Z","_minecraft_date_created":"2026-01-25T21:28:38.098330Z","_minecraft_date_modified":"2026-01-23T10:37:45.323449Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/velocity-server-manager","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-09T17:50:26+00:00","_minecraft_import_hash":"95de57002813d6af5ad9d2a98bed7826","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,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,21,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-165564","mod","type-mod","status-publish","hentry","mod_category-management","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-7-10","minecraft_version-1-7-4","minecraft_version-1-7-5","minecraft_version-1-7-6","minecraft_version-1-7-7","minecraft_version-1-7-8","minecraft_version-1-7-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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Velocity Server Manager - 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\/velocity-server-manager\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Velocity Server Manager - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Manage Velocity Servers Dynamically.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocity-server-manager\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocity-server-manager\\\/\",\"name\":\"Velocity Server Manager - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-09T17:50:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocity-server-manager\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocity-server-manager\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/velocity-server-manager\\\/#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\":\"Velocity Server Manager\"}]},{\"@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":"Velocity Server Manager - 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\/velocity-server-manager\/","og_locale":"en_US","og_type":"article","og_title":"Velocity Server Manager - Minecraft","og_description":"Manage Velocity Servers Dynamically.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/","name":"Velocity Server Manager - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-09T17:50:25+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/velocity-server-manager\/#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":"Velocity Server Manager"}]},{"@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\/165564","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=165564"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=165564"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=165564"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=165564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}