
Short version:
A simple Fabric mod that adds one shared server password players must enter with /login before they can play the client is able to store password information. So no need for logging in all the time.
You may configure the mod using the dedicated config files(like setting the server password).
Long version:
🔐 ServerListPasswordMod
Keep your Fabric server private with a simple shared password gate.
Before players can interact, they must authenticate with:
/login <password>
✨ Features
- 🚪 Login gate before gameplay starts.
- 🛑 Blocks movement, interaction, attacks, and non-login commands until authenticated.
- 💬 Sends reminder messages to players who still need to log in.
- 🔄 Resets login state automatically when players disconnect.
- 🧠 Optional client-side auto-login using a saved per-server password.
🎯 Great For
- Private servers for friends
- Community servers with quick access control
- Lightweight setups that do not need full account plugins/systems
⚙️ Setup
- Install ServerListPasswordMod on your Fabric server.
- Start the server once to generate:
config/serverlistpasswordmod-server-password.json - Set your password and restart the server.
- Optional: install the mod on clients to use saved-password auto-login.
🧾 Config
{
"enabled": true,
"password": "changeme"
}
enabled: Enables/disables password protection.password: Shared password checked by/login.
❗ Notes
- Change the default password before production use.
- This mod provides a shared-password access gate, not full per-user account security.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as serverlistpasswordmod-1.0.3.jar — drop this file into the mods folder
- Download size: 24 KB
- Download link checked 8 Sept 2026 — working
These come from our own check of the pack file, not from the source page.