Allows you play normally even when authentication servers are down
Allows you to play as normal even when Mojang's authentication servers are down.
The mod is optional for the client and server.
However if one side lacks the mod joining a server will be impossible when Mojang's authentication servers/APIs are down.
You can use the /authback command on servers with the mod to manage your public keys or those of other players if you are an admin.
You can configure the mod via
Options > Online... > AuthBack...Mods > AuthBack > Click Icon/SettingsAUTHBACK_<variant> variant is either SERVER OR CLIENTAUTHBACK__ instead of . or -authback.<variant> variant is either server OR clientauthback..config/authback-<variant>.jsonvariant is either server OR clientPlease note that the preconfigured values usually work out of the box.
You should know exactly what you're doing when doing modifications.
| Property | Type | Default | Notes |
|---|---|---|---|
global-public-keys-cache.default-reuse-minutes |
int |
120 (2h) |
The response for the global public keys of the Mojang's API barely ever changes. As of writing this documentation it has stayed the same the past 2+ years. This option instructs the mod to re-use the last saved response for the specified amount of minutes instead of contacting the API again. Using the cached response is a lot faster and saves network traffic during frequent game restarts. |
game-profiles.delete-after-days |
int |
36 |
36 days was choosen as the default because when a player changes their username the name will be unavailable for 37 days |
game-profiles.max-cache-size |
int |
250 |
Maximum amount of game profiles to keep in the cache. If the size exceeds the maximum the oldest entries will be removed until the list is at 90% of the configured maximum. |
username-to-id-resolver.use-vanilla |
bool |
false |
Use the original/"vanilla" username-to-id resolver |
username-to-id-resolver.expire-after-days |
int |
36 |
Days after which the cache entry will be deleted. 36 days was choosen as the default because when a player changes their username the name will be unavailable for 37 days. The vanilla implementation uses 1 month. |
username-to-id-resolver.refresh-before-expire-days |
int |
14 |
Days before the expiration when a cached entry will be refreshed when it's accessed. |
username-to-id-resolver.max-cache-size |
int |
1000 |
Maximum amount of usernames and ids to keep in the cache. If the size exceeds the maximum the oldest entries will be removed until the list is at 90% of the configured maximum. |
username-to-id-resolver.resolve-offline-users-by-default |
bool |
true |
Should offline users (e.g. unvalidated accounts) be cached?. Please note
|
username-to-id-resolver.update-on-game-profile-fetch |
bool |
true |
When a gameprofile is fetched: Should the information be relayed to the username-to-id-resolver/cache? The cache will only be updated if required (e.g. unknown username/id or non-existing entry) |
username-to-id-resolver.use-game-profile-cache |
bool |
true |
Uses GameProfileCacheManager as secondary cache when all primary caches fail. Usage should be extremely rare but can happen if the cache was e.g. corrupted |
skip-extract-profile-action-types |
bool |
false |
Debug-Option |
| Property | Type | Default | Notes |
|---|---|---|---|
keys.max-keys-per-player |
int |
3 |
Maximum amount of public keys to store per player |
keys.delete-after-unused-days |
int |
36 |
If a user does not login with a public key for this amount of time the key will be deleted. 36 days was choosen as the default because when a player changes their username the name will be unavailable for 37 days |
fallback-auth.allow-always |
bool |
true |
Always allows the use of fallback authentication. Set to false if you only want to allow fallback authentication when the server can't communicate with the Mojang's API during a player login |
fallback-auth.rate-limit.requests-per-ip-per-minute |
int |
20 |
The default allows for requests every 3s. If the value is set to 0 or less the rate limiter will be disabled |
fallback-auth.rate-limit.bucket-size |
int |
1000 |
Amount of IP addresses to store (in memory) |
fallback-auth.rate-limit.ignore-private-addresses |
bool |
true |
Should private IP addresses NOT be rate limited? |
fallback-auth.rate-limit.ipv6-network-prefix-bytes |
int |
8 |
Network prefix bytes (not bits!) for IPv6. The default 8 resolves to /64. |
force-disable-enforce-secure-profile |
bool |
true |
Forces enforce-secure-profile to be disabled |
skip-old-user-conversion |
bool |
true |
Skips the migration of user files used by servers before 1.7.6 (released 2014-04). It's extremely unlikely that this is needed by a server and requires contacting the Mojang's API. Therefore the migration is skipped by default |
disable-legacy-query-handler |
bool |
true |
Disables the legacy/pre 1.7 (released 2013-10) query/ping handler |
log-connection-init-ips |
bool |
false |
Logs all remote IPs that initialize/start a connection to level INFO |
All client specific options can be changed / are described in the game options UI (see above).
The public key can be found/copied under
Options > Online... > AuthBack... > Key managementMods > AuthBack > Click Icon/Settings > Key managementThis is because the server doesn't know your public key.
You can fix this in the following way:
usercache.json - which will be used in such a case - will expire after a month/authback public_key add name <yourName> <yourPublicKey>/authback public_key add id <yourUUID> <yourPublicKey>You should now be able to log in as usual.
Note however that profile related content like skins will not not be displayed.
It's also recommended to restart the server once the outage is over to correctly load existing profiles.
This is because they never joined with the mod before.
You can fix this in the following way if you are an Admin:
/authback public_key add name <yourFriendsPlayerName> <yourFriendsPublicKey>/authback public_key list)fallback-auth.allow-always is enabled on the server (it should be enabled by default)Suppress any joinServer error in the client optionsIn the game directory (e.g. %APPDATA%\.minecraft) inside the .mods\authback directory.