
MultiAuth
A server-side mod that allow to use muliple auth source, exactly like MultiYggdrasil, for older versions
About this Mod
MultiAuth
MultiAuth is a Forge mod allowing Minecraft servers to accept connections from multiple Yggdrasil authentication services simultaneously.
✨ Features
- Multi-Yggdrasil Support: Connect to any number of auth services (Mojang, private, etc.).
- Discovery Protocol: Instant auth-provider identification via custom network packets.
- UUID Namespacing: Deterministic UUID generation to prevent inventory collisions between providers.
- Duplicate Handling: Optional
@indexaliasing for users with identical names. - Smart Caching: Remembers player auth sources to speed up login.
- Skin Validation: Full RSA signature verification for all providers.
🛠 Configuration (multiauth.json)
Located in your config/ folder.
{
"server": [
{
"name": "Mojang's Session Server",
"url": "https://sessionserver.mojang.com"
},
{
"name": "Azures04's Servers",
"url": "https://yggdrasil.azures.fr"
}
],
"cache": true,
"allowDuplicateNames": true
}
- server: Authorized auth services (order determines @index alias).
- cache: Save successful login sources.
- allowDuplicateNames: Allow identical usernames via aliasing.
Available Versions
How to Install MultiAuth on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.12.2).
Install Mod
Open the mod browser in the dashboard and search for "MultiAuth". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.12.2
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
MultiAuth server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.12.2). You can switch loaders with one click in the panel.
Is MultiAuth compatible with forge?
MultiAuth officially supports forge for Minecraft 1.12.2. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with MultiAuth – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if MultiAuth consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Rent Modded Server
Install MultiAuth with just one click on your server.
Details
- License
- Creative Commons Attribution Non Commercial No Derivatives 4.0 International
- Server-side
- Required