
LTS Auth
Add auth for not big servers without hash
About this Mod
LTS Auth Mod
A server-side authentication mod for Minecraft Forge 1.20.1.
Features
- Simple Authentication: Players can register and login using simple commands.
- Player Restrictions: Unauthenticated players are frozen in place and cannot interact with the world.
- Auto-Kick: Players are automatically kicked if they fail to authenticate within 60 seconds.
- JSON Storage: Player data is stored in a simple JSON file for easy management.
- Server-Side Only: Clients do not need to install the mod to join the server.
Commands
/register <password>: Register a new account./login <password>: Login to an existing account.
Configuration
The mod stores player data in config/lts_auth/players.json.
{
"12345678-1234-1234-1234-123456789012": {
"uuid": "12345678-1234-1234-1234-123456789012",
"username": "PlayerName",
"password": "plaintext_password",
"registeredAt": 1769890665260
}
}
Messages in config/lts_auth/messages.yml
messages:
mod_initialized: "&aLTS Auth Mod initialized!"
register_success: "&aRegistration successful. You are now logged in."
login_success: "&aLogin successful."
login_prompt: "&6Please log in using: /login <password>"
register_prompt: "&6Please register using: /register <password>"
login_reminder: "&cPlease log in using: /login <password>"
register_reminder: "&cPlease register using: /register <password>"
timeout_kick: "Authentication time has expired!"
already_registered: "&cYou are already registered!"
password_too_short: "&cPassword must contain at least 4 characters!"
not_registered: "&cYou are not registered! Use /register <password>"
already_logged_in: "&cYou are already logged in!"
invalid_password: "&cInvalid password!"
storage_load_failed: "Failed to load player data"
storage_save_failed: "Failed to save player data"
Installation
- Download the mod JAR file.
- Place it in the
modsfolder of your Forge 1.20.1 server. - Restart the server.
Available Versions
How to Install LTS Auth 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.20.1).
Install Mod
Open the mod browser in the dashboard and search for "LTS Auth". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
LTS Auth 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.20.1). You can switch loaders with one click in the panel.
Is LTS Auth compatible with forge?
LTS Auth officially supports forge for Minecraft 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with LTS Auth – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if LTS Auth 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.
Similar Mods
Rent Modded Server
Install LTS Auth with just one click on your server.