{"id":22951,"date":"2026-07-07T20:59:30","date_gmt":"2026-07-07T20:59:30","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/"},"modified":"2026-07-07T20:59:30","modified_gmt":"2026-07-07T20:59:30","slug":"bungeecord-vs-velocity","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/","title":{"rendered":"BungeeCord vs Velocity: Minecraft Proxy Servers Explained"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Once a Minecraft community grows past a single world, you eventually want a &#8220;network&#8221; \u2014 a shared lobby, a survival server, a minigames server, and the ability to walk between them without disconnecting. That is what a <strong>proxy<\/strong> does. A proxy sits in front of multiple backend Minecraft servers and acts as a single entry point: players connect to one IP, and the proxy routes them to the correct backend server and lets them switch servers while keeping their session alive. The two proxies almost everyone chooses between today are <strong>BungeeCord<\/strong> and <strong>Velocity<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Both do the same core job, but they come from different projects, use different (non-interchangeable) plugin ecosystems, and \u2014 most importantly \u2014 handle backend security differently. This guide explains what each one is, the real trade-offs, and how to decide. If you have already read our <a href=\"https:\/\/xgamingserver.com\/blog\/paper-vs-spigot-vs-bukkit\/\">Paper vs Spigot vs Bukkit<\/a> guide, think of proxies as the layer that sits <em>above<\/em> those game servers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> For a new network on Minecraft 1.13+, PaperMC recommends <strong>Velocity<\/strong> with its secure &#8220;modern&#8221; forwarding. <strong>BungeeCord<\/strong> remains a solid, mature choice \u2014 pick it when a required plugin only exists for BungeeCord, or when you must support pre-1.13 clients.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">BungeeCord vs Velocity vs Waterfall at a glance<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Software<\/th><th>Type<\/th><th>Plugins<\/th><th>Performance &#038; status<\/th><th>Best for<\/th><\/tr><\/thead><tbody><tr><td><strong>BungeeCord<\/strong><\/td><td>Original SpigotMC proxy (Layer 7)<\/td><td>BungeeCord API \u2014 largest, oldest proxy-plugin ecosystem<\/td><td>Mature, widely deployed, actively maintained by SpigotMC<\/td><td>Networks needing a BungeeCord-only plugin or pre-1.13 support<\/td><\/tr><tr><td><strong>Velocity<\/strong><\/td><td>PaperMC&#8217;s modern proxy<\/td><td>Own ecosystem on Hangar \u2014 newer, not BungeeCord-compatible<\/td><td>Marketed as faster\/more stable; secure &#8220;modern&#8221; forwarding; actively developed<\/td><td>New 1.13+ networks wanting security &#038; performance<\/td><\/tr><tr><td><strong>Waterfall<\/strong><\/td><td>PaperMC&#8217;s BungeeCord fork<\/td><td>BungeeCord-compatible (was)<\/td><td><strong>End of life<\/strong> \u2014 no longer maintained or supported<\/td><td>Nothing new \u2014 migrate to Velocity<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What is a Minecraft proxy, exactly?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A proxy gives your whole network a single IP and a shared hub, and moves players between backend servers seamlessly. To make this work, the backend servers run in <code>online-mode=false<\/code> (offline mode) so the proxy \u2014 not each server \u2014 handles Mojang authentication. That is the entire reason &#8220;player-information forwarding&#8221; matters: the proxy has to prove to each backend who the player really is. It also means backends must be firewalled so players cannot connect to them directly and bypass the proxy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Two ecosystems live side by side here. <strong>Proxy plugins<\/strong> (BungeeCord plugins or Velocity plugins) handle cross-server logic like the network lobby and server switching. <strong>Backend plugins<\/strong> (Bukkit\/Spigot\/Paper) run on each individual game server and are unaffected by your proxy choice. Just as <a href=\"https:\/\/xgamingserver.com\/blog\/forge-vs-fabric\/\">Forge and Fabric mods are not cross-compatible<\/a>, BungeeCord and Velocity proxy plugins are two distinct, non-interchangeable formats.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">BungeeCord: the original, and still everywhere<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">BungeeCord is SpigotMC&#8217;s proxy, described in its own repository as a Layer 7 proxy &#8220;designed to link Minecraft servers&#8221; that &#8220;efficiently proxies and maintains connections and transport between multiple Minecraft servers.&#8221; It is the original, long-standing Minecraft proxy and works with Spigot, Paper, <a href=\"https:\/\/xgamingserver.com\/blog\/paper-vs-purpur\/\">Purpur<\/a> and other Bukkit-family backends. It is actively maintained by SpigotMC (repository copyright reads &#8220;(c) 2012-2026 SpigotMC Pty. Ltd.&#8221;) and tracks current Minecraft releases.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Pros:<\/strong> mature and stable, the largest and oldest proxy-plugin ecosystem, near-universal host support and documentation, and it is simply well understood by admins.<\/li><li><strong>Cons:<\/strong> its legacy IP-forwarding is the weak point. The README itself warns that because backends must run without authentication (<code>online-mode=false<\/code>), &#8220;this poses a new security risk,&#8221; and recommends firewalling backends. Velocity&#8217;s documentation goes further, calling legacy (BungeeCord) forwarding &#8220;fundamentally insecure.&#8221;<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Note on <strong>Waterfall<\/strong>: PaperMC&#8217;s old BungeeCord fork was a drop-in, plugin-compatible replacement with extra patches, but it has <strong>reached end of life<\/strong> \u2014 &#8220;no longer maintained or supported,&#8221; with PaperMC explicitly recommending you &#8220;transition to Velocity.&#8221; Do not choose Waterfall for a new network.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Velocity: the modern successor<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Velocity is PaperMC&#8217;s modern proxy, described on its GitHub as &#8220;the modern, next-generation Minecraft server proxy&#8221; and on papermc.io as &#8220;the modern, high-performance proxy.&#8221; PaperMC positions it as the successor to <em>both<\/em> Waterfall and BungeeCord and calls it &#8220;the best proxy software available.&#8221; It uses its own plugin API distributed via Hangar (PaperMC&#8217;s plugin repository); PaperMC concedes the ecosystem is newer than BungeeCord&#8217;s but says it &#8220;isn&#8217;t lacking in the essentials.&#8221; Velocity also has notable Forge compatibility per PaperMC&#8217;s docs (older Forge 1.7.2\u20131.12.2, and modern Forge on recent Velocity versions \u2014 confirm exact thresholds on the live docs).<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Pros:<\/strong> secure &#8220;modern&#8221; forwarding (MAC-authenticated), a strong focus on performance and stability, active development, a clean plugin API, and native Paper support. PaperMC states Velocity is &#8220;a lot faster and much more stable than BungeeCord&#8221; \u2014 treat that as a vendor claim, since no independent benchmark numbers are published.<\/li><li><strong>Cons:<\/strong> a smaller, younger plugin ecosystem than BungeeCord, and plugins that are not cross-compatible with BungeeCord. Modern forwarding also requires Minecraft 1.13+, so pre-1.13 networks must fall back to legacy or BungeeGuard forwarding.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">The decisive difference: forwarding security<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Because every backend runs in offline mode, <em>how the proxy proves player identity<\/em> is the most important difference between these two. BungeeCord (and Waterfall) use <strong>legacy IP forwarding<\/strong>. Velocity&#8217;s docs call this &#8220;fundamentally insecure&#8221;: if a backend is not firewalled, an attacker can connect to it directly and impersonate any player or UUID. Velocity&#8217;s <strong>modern forwarding<\/strong> &#8220;employs a MAC code to make it much more difficult to trick the server into impersonating your Velocity proxy.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Velocity actually supports three modes: <strong>modern<\/strong> (native, secure), <strong>legacy<\/strong> (BungeeCord-compatible), and <strong>BungeeGuard<\/strong> (legacy plus a shared secret key). Modern forwarding is incompatible with Minecraft versions below 1.13 and with the ProtocolSupport plugin. Per PaperMC, &#8220;Paper 1.14+ and above, along with Paper 1.13.1\/1.13.2 build 377 and above, support Velocity modern forwarding natively.&#8221; <strong>Regardless of which proxy you run, always firewall your backends so players cannot bypass the proxy.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Which should you choose?<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Choose Velocity if<\/strong> you are building a new network on Minecraft 1.13+ and want secure modern forwarding plus PaperMC&#8217;s performance-and-stability focus and active development. This is the mainstream best-practice default.<\/li><li><strong>Choose BungeeCord if<\/strong> a plugin your network depends on exists only for BungeeCord, or you must support pre-1.13 clients \u2014 just be disciplined about firewalling backends because of legacy forwarding.<\/li><li><strong>Do not choose Waterfall<\/strong> for anything new; it is end-of-life, and PaperMC recommends transitioning to Velocity.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Remember that this decision is separate from your backend server software. You can run Paper backends behind either proxy \u2014 see <a href=\"https:\/\/xgamingserver.com\/blog\/best-minecraft-server-type\/\">how to pick the best Minecraft server type<\/a> and our <a href=\"https:\/\/xgamingserver.com\/blog\/vanilla-vs-modded-minecraft-server\/\">vanilla vs modded<\/a> comparison for that layer, or <a href=\"https:\/\/xgamingserver.com\/blog\/what-is-mohist\/\">what Mohist is<\/a> if you want mods and plugins together.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to run it<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A proxy is lightweight, but each backend server behind it needs its own resources. You can spin up a proxy plus backends on our <a href=\"https:\/\/xgamingserver.com\/bungeecord-server-hosting\">BungeeCord server hosting<\/a> or <a href=\"https:\/\/xgamingserver.com\/velocity-server-hosting\">Velocity server hosting<\/a>, and run the game servers on standard <a href=\"https:\/\/xgamingserver.com\/minecraft-server-hosting\">Minecraft server hosting<\/a>. Before you allocate memory across the network, size each backend with our free <a href=\"https:\/\/xgamingserver.com\/tools\/minecraft\/ram-calculator\">Minecraft RAM Calculator<\/a>, and set each server&#8217;s <code>online-mode<\/code>, port, and MOTD with the <a href=\"https:\/\/xgamingserver.com\/tools\/minecraft\/server-properties\">Server Properties tool<\/a>. Keep a <a href=\"https:\/\/xgamingserver.com\/blog\/minecraft-commands-list\/\">commands reference<\/a> handy while you configure the hub.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Are BungeeCord and Velocity plugins interchangeable?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. They use two distinct, non-interchangeable plugin APIs \u2014 BungeeCord&#8217;s own API versus Velocity&#8217;s ecosystem on Hangar. Migrating from one proxy to the other means finding or replacing equivalent proxy plugins. Your backend Bukkit\/Spigot\/Paper plugins are unaffected.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Is Velocity really faster than BungeeCord?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">PaperMC states Velocity is &#8220;a lot faster and much more stable than BungeeCord,&#8221; but that is the vendor&#8217;s own marketing claim, not a measured, independent benchmark. We won&#8217;t quote specific TPS or latency figures because no verified numbers exist. The clearer, factual advantage of Velocity is its secure modern forwarding.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Should I still use Waterfall?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. PaperMC has declared Waterfall end-of-life \u2014 &#8220;no longer maintained or supported&#8221; \u2014 and recommends transitioning to Velocity. Only archived builds and docs remain.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why do my backend servers need to run in offline mode?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Behind a proxy, the proxy handles Mojang authentication, so backends run <code>online-mode=false<\/code> and trust forwarded player info. That is exactly why forwarding security and firewalling matter: an unfirewalled backend in offline mode can be connected to directly and impersonated.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can I use Velocity if my network is on an old version?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Velocity&#8217;s secure modern forwarding requires Minecraft 1.13+ (and is incompatible with the ProtocolSupport plugin). If you must support pre-1.13 clients, you&#8217;d fall back to legacy or BungeeGuard forwarding \u2014 at which point BungeeCord is often the simpler choice.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Once a Minecraft community grows past a single world, you eventually want a &#8220;network&#8221; \u2014 a shared lobby, a survival server, a minigames server, and the ability to walk between them without disconnecting. That is what a proxy does. A proxy sits in front of multiple backend Minecraft servers and acts as a single entry [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":22952,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[19],"tags":[],"class_list":["post-22951","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-minecraft-server-docs"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>BungeeCord vs Velocity: Minecraft Proxies<\/title>\n<meta name=\"description\" content=\"BungeeCord vs Velocity for Minecraft networks: how proxies work, plugin ecosystems, secure forwarding, and which proxy to pick for a new server network.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BungeeCord vs Velocity: Minecraft Proxy Servers Explained\" \/>\n<meta property=\"og:description\" content=\"BungeeCord vs Velocity for Minecraft networks: how proxies work, plugin ecosystems, secure forwarding, and which proxy to pick for a new server network.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-07T20:59:30+00:00\" \/>\n<meta name=\"author\" content=\"Hectar Carson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hectar Carson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/\"},\"author\":{\"name\":\"Hectar Carson\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\"},\"headline\":\"BungeeCord vs Velocity: Minecraft Proxy Servers Explained\",\"datePublished\":\"2026-07-07T20:59:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/\"},\"wordCount\":1389,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg\",\"articleSection\":[\"Minecraft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/\",\"name\":\"BungeeCord vs Velocity: Minecraft Proxies\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg\",\"datePublished\":\"2026-07-07T20:59:30+00:00\",\"description\":\"BungeeCord vs Velocity for Minecraft networks: how proxies work, plugin ecosystems, secure forwarding, and which proxy to pick for a new server network.\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Minecraft\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BungeeCord vs Velocity: Minecraft Proxy Servers Explained\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\",\"name\":\"Hectar Carson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g\",\"caption\":\"Hectar Carson\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"BungeeCord vs Velocity: Minecraft Proxies","description":"BungeeCord vs Velocity for Minecraft networks: how proxies work, plugin ecosystems, secure forwarding, and which proxy to pick for a new server network.","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:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/","og_locale":"en_US","og_type":"article","og_title":"BungeeCord vs Velocity: Minecraft Proxy Servers Explained","og_description":"BungeeCord vs Velocity for Minecraft networks: how proxies work, plugin ecosystems, secure forwarding, and which proxy to pick for a new server network.","og_url":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2026-07-07T20:59:30+00:00","author":"Hectar Carson","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Hectar Carson","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/"},"author":{"name":"Hectar Carson","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d"},"headline":"BungeeCord vs Velocity: Minecraft Proxy Servers Explained","datePublished":"2026-07-07T20:59:30+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/"},"wordCount":1389,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg","articleSection":["Minecraft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/","url":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/","name":"BungeeCord vs Velocity: Minecraft Proxies","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg","datePublished":"2026-07-07T20:59:30+00:00","description":"BungeeCord vs Velocity for Minecraft networks: how proxies work, plugin ecosystems, secure forwarding, and which proxy to pick for a new server network.","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/bungeecord-vs-velocity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Minecraft","item":"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/"},{"@type":"ListItem","position":3,"name":"BungeeCord vs Velocity: Minecraft Proxy Servers Explained"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d","name":"Hectar Carson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g","caption":"Hectar Carson"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/bungeecord-vs-velocity.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22951","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=22951"}],"version-history":[{"count":0,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22951\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/22952"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=22951"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=22951"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=22951"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}