{"id":12840,"date":"2026-05-31T20:12:39","date_gmt":"2026-05-31T17:12:39","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/"},"modified":"2026-05-31T20:12:39","modified_gmt":"2026-05-31T17:12:39","slug":"alwaysauth","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/","title":{"rendered":"AlwaysAuth"},"content":{"rendered":"<p>> I have opened a support discord, join now! https:\/\/discord.gg\/uHm8EbfCFr<br \/>\n# AlwaysAuth<\/p>\n<p>**AlwaysAuth** is a fallback authentication solution for Minecraft servers that ensures your players can log in even if Mojang&#8217;s authentication servers experience downtime. Unlike traditional offline-mode workarounds, AlwaysAuth keeps your server in **online mode** while providing a seamless failover mechanism to a local authentication system.<\/p>\n<p>&#8212;<\/p>\n<p>### How It Works<\/p>\n<p>AlwaysAuth operates by inserting a **local authentication server** between your Minecraft server and Mojang\u2019s official authentication servers:<\/p>\n<p>1. When a player tries to log in, AlwaysAuth first sends the authentication request to Mojang.<br \/>\n2. If Mojang is online and responds, the request passes back to your server normally.<br \/>\n3. If Mojang is offline, AlwaysAuth uses its local fallback system to verify the user.<\/p>\n<p>This approach ensures:<\/p>\n<p>* **Instant failover:** No waiting for periodic checks. Even short outages are handled seamlessly.<br \/>\n* **Online mode stays enabled:** You never have to switch your server to offline mode.<br \/>\n* **Reliable authentication during extended downtime:** Long outages are handled just as smoothly.<\/p>\n<p>&#8212;<\/p>\n<p>### AlwaysAuth vs AlwaysOnline<\/p>\n<p>| Feature                   | AlwaysAuth | AlwaysOnline |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- |&#8212;&#8212;&#8212;&#8212;| &#8212;&#8212;&#8212;&#8212; |<br \/>\n| Spigot Support            | \u2705          | \u2705            |<br \/>\n| Paper Support             | \u2705          | \u2705            |<br \/>\n| BungeeCord Support        | \u274c*         | \u2705            |<br \/>\n| Velocity Support          | \u2705          | \u2705            |<br \/>\n| Sponge Support            | \u274c**        | \u2705            |<br \/>\n| Fabric Support            | \u2705          | \u274c            |<br \/>\n| NeoForge Support          | \u2705          | \u274c            |<br \/>\n| Instant Failover          | \u2705          | \u274c            |<br \/>\n| Online Mode Stays Enabled | \u2705          | \u274c            |<br \/>\n| Remote Database Support   | \u2705          | \u2705            |<br \/>\n| Records Metrics           | \u274c          | \u2705            |<br \/>\n| Multiple Security Modes   | \u2705          | \u274c            |<br \/>\n| IP-Based Validation       | \u2705          | \u2705            |<\/p>\n<p>*There is no possible way to set a custom session server on bungeecord, nor ever will according to md_5, see<br \/>\nhere. I will be creating a work around that involves many extra steps, however I recommend switching to Velocity or using the Standalone jar<\/p>\n<p>**Sponge support is planned to be added later, I am just unfamiliar with the SpongeAPI<\/p>\n<p>&#8212;<\/p>\n<p>### Key Benefits<\/p>\n<p>* **Keep Online Mode Active:** No need to compromise security for downtime.<br \/>\n* **Supports Multiple Platforms:** Works with Spigot, Paper, BungeeCord, Velocity, Fabric, and NeoForge.<br \/>\n* **Flexible Authentication:** Choose from multiple security modes and fallback methods.<br \/>\n* **Reliable:** Handles both short blips and extended Mojang outages effortlessly.<\/p>\n<p>&#8212;<\/p>\n<p>### Installation<\/p>\n<p>1. Download the AlwaysAuth plugin for your server platform.<br \/>\n2. Place the plugin in your server\u2019s `plugins` (or equivalent) folder.<br \/>\n3. Restart your server.<br \/>\n4. Configure AlwaysAuth in the config file to enable features like local authentication, remote database support, or IP-based validation.<\/p>\n<p>> Give yourself the permission alwaysauth.admin to access the commands<\/p>\n<p>&#8212;<\/p>\n<p>### Configuration<\/p>\n<p>AlwaysAuth provides a flexible configuration file where you can:<\/p>\n<p>* Enable or disable specific fallback methods.<br \/>\n* Set up remote databases for cross-server authentication.<br \/>\n* Choose between different security modes.<\/p>\n<p>&#8220;`properties<br \/>\n###################################<br \/>\n#                                 #<br \/>\n#    Always Auth Configuration    #<br \/>\n#                                 #<br \/>\n###################################<\/p>\n<p># Whether or not there should be debug message<br \/>\n# This won&#8217;t work on the standalone jar<br \/>\ndebug=false<br \/>\n# Check for updates and notify staff (and console) on join who have the permission alwaysauth.admin<br \/>\ncheck-updates=true<br \/>\n# The ip for the session server<br \/>\n# If set anything other than 127.0.0.1 or 0.0.0.0 (allows public access), it will treat as external server<br \/>\n# An external server means only port needs to be set (to match that external server) and it will use that to authenticate.<br \/>\n# Please note as of right now you will not see console logs on the server if you are using an external server<br \/>\nip-address=127.0.0.1<br \/>\n# Port for the session server<br \/>\nport=8765<\/p>\n<p>###########################<br \/>\n#    Security Settings    #<br \/>\n###########################<\/p>\n<p># Enable HMAC-SHA256 signature verification for authorized servers<br \/>\n# Currently DISABLED by default due to Minecraft URL handling limitations<br \/>\n# Use firewall rules or localhost restriction for access control instead<br \/>\n# Database encryption works regardless of this setting<br \/>\nauthentication-enabled=true<br \/>\n# Secret key for database encryption (auto-generated)<br \/>\n# KEEP THIS SECRET! Used to encrypt IP addresses and profile data in database<br \/>\n# If deleted database will need to also be reset!<br \/>\n# To regenerate, delete this line and restart the server<br \/>\nsecret-key=GENERATED ON STARTUP<\/p>\n<p>###########################<br \/>\n#    Fallback Settings    #<br \/>\n###########################<\/p>\n<p># Enable session fallback when Mojang servers are down<br \/>\nfallback-enabled=true<br \/>\n# Maximum hours a player can stay offline before requiring re-authentication (0 = always require)<br \/>\nmax-offline-hours=72<br \/>\n# Days before old session data is cleaned up<br \/>\ncleanup-days=30<br \/>\n# Security level: &#8216;basic&#8217; (always verify) or &#8216;medium&#8217; (use max-offline-hours)<br \/>\nsecurity-level=basic<br \/>\n# Upstream Session Server URL<br \/>\n# Default is Mojang&#8217;s official one but this option is here to work with things like minehut&#8217;s external servers<br \/>\nupstream-server=https:\/\/sessionserver.mojang.com<\/p>\n<p>###########################<br \/>\n#    Database Settings    #<br \/>\n###########################<\/p>\n<p># Database type: h2, mysql, or mariadb<br \/>\ndatabase.type=h2<br \/>\n# Database host (not used for H2)<br \/>\ndatabase.host=localhost<br \/>\n# Database port (not used for H2)<br \/>\ndatabase.port=3306<br \/>\n# Database name<br \/>\ndatabase.name=minecraft<br \/>\n# Database username (not used for H2)<br \/>\ndatabase.username=root<br \/>\n# Database password (not used for H2)<br \/>\ndatabase.password=<\/p>\n<p>&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Keep your server always online even if Mojang is offline!<\/p>\n","protected":false},"featured_media":12841,"template":"","meta":{"_minecraft_slug":"alwaysauth","_minecraft_project_id":"a88ennTm","_minecraft_author":"GamerDuck123","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":1473,"_minecraft_follows":18,"_minecraft_client_side":"unknown","_minecraft_server_side":"unknown","_minecraft_storage_type":"zip","_minecraft_archive_name":"alwaysauth.zip","_minecraft_size_bytes":41574572,"_minecraft_version_count":43,"_minecraft_updated_at":"2026-05-16T07:24:22.120395Z","_minecraft_date_created":"2025-11-09T06:02:51.186927Z","_minecraft_date_modified":"2026-03-29T03:34:12.081494Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/alwaysauth","_minecraft_icon_attachment_id":12841,"_minecraft_imported_at":"2026-05-31T17:12:40+00:00","_minecraft_import_hash":"74edb053b60af79e58becb8c7c8d563d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[994,97,126,158,90,127,128,98,129,123,92,985],"mod_loader":[995,99,160,132,133,100,134,986],"minecraft_version":[339,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,30,860,862,864,83],"class_list":["post-12840","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-babric","mod_category-fabric","mod_category-management","mod_category-neoforge","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-quilt","mod_category-spigot","mod_category-technology","mod_category-utility","mod_category-velocity","mod_loader-babric","mod_loader-fabric","mod_loader-neoforge","mod_loader-paper","mod_loader-purpur","mod_loader-quilt","mod_loader-spigot","mod_loader-velocity","minecraft_version-1-10","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-8","minecraft_version-1-9","minecraft_version-1-9-2","minecraft_version-1-9-4","minecraft_version-26-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AlwaysAuth - 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\/alwaysauth\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AlwaysAuth - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Keep your server always online even if Mojang is offline!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/alwaysauth\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/alwaysauth\\\/\",\"name\":\"AlwaysAuth - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/alwaysauth\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/alwaysauth\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/alwaysauth-icon-7ea7d3562e831564337bdcbaffe37bf5832c3996.png\",\"datePublished\":\"2026-05-31T17:12:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/alwaysauth\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/alwaysauth\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/alwaysauth\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/alwaysauth-icon-7ea7d3562e831564337bdcbaffe37bf5832c3996.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/alwaysauth-icon-7ea7d3562e831564337bdcbaffe37bf5832c3996.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/alwaysauth\\\/#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\":\"AlwaysAuth\"}]},{\"@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":"AlwaysAuth - 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\/alwaysauth\/","og_locale":"en_US","og_type":"article","og_title":"AlwaysAuth - Minecraft","og_description":"Keep your server always online even if Mojang is offline!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/","name":"AlwaysAuth - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/alwaysauth-icon-7ea7d3562e831564337bdcbaffe37bf5832c3996.png","datePublished":"2026-05-31T17:12:39+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/alwaysauth-icon-7ea7d3562e831564337bdcbaffe37bf5832c3996.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/alwaysauth-icon-7ea7d3562e831564337bdcbaffe37bf5832c3996.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/alwaysauth\/#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":"AlwaysAuth"}]},{"@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\/12840","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\/12841"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=12840"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=12840"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=12840"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=12840"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}