NeoLogin

Quick rating

NeoLogin

No reviews yet

Secure NeoForge auth mod with SHA-256, on-screen UI, spectator lock, anti-grief, multi-language (EN/RU) and admin TPS/Ping monitor.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Dedicated Server Only

Runs on a dedicated server only; does not work in singleplayer.

About

Project Details

Type
Mod
License
MIT License
Latest Version
Neologin 1.1.1.

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

NeoLogin - Mod Description

NeoLogin is a lightweight, high-performance, and secure authorization mod for Minecraft servers running on NeoForge 1.21.1. The mod protects player accounts on offline-mode (cracked) servers by requiring authentication upon joining.

It is designed with a focus on stability under load, log security, and ease of administration.

Key Features Flexible Database Storage: Out-of-the-box support for local SQLite storage (does not require any configuration) and remote MySQL database support for multi-server networks. Database Backup and Migration: Built-in commands to export and import player databases in JSON format. This allows easy backups and seamless migration between SQLite and MySQL when scaling up the server. Pre-auth Player Locking: Unauthenticated players are temporarily switched to Spectator mode and their movement is fully restricted. They cannot move, send chat messages, execute commands, interact with the world, or take damage. Console Log Security: Automatic filtering of player passwords in console logs. During authentication or registration commands, passwords in console outputs are replaced with a secure mask (***). Offline Player Management: Ability to reset passwords or unregister accounts even when the target player is not currently online. Automatic Config Migrator: Internal version tracking automatically updates the structure of the configuration file upon mod updates, preventing broken configurations and duplicate parameter bugs.

Mod Commands

Player Commands

  • /register <password> <confirm_password> - Register a new account.
  • /login <password> - Authenticate upon joining the server.
  • /changepassword <old_password> <new_password> - Change your current account password.

Admin Commands (Requires permission neologin.admin or OP Level 2)

  • /neologin backup - Export the entire player database to a JSON backup file.
  • /neologin backups - List all available backup files on the server.
  • /neologin restore "filename" - Import player accounts from a selected backup file.
  • /neologin unregister <player> - Delete a player account, resetting their registration status.
  • /neologin setpassword <player> <new_password> - Forcefully set a new password for a player.
  • /neologin reload - Reload configuration file settings without restarting the server. Database Configuration The configuration file is located at config/neologin-server.toml. You can configure the database type and connection parameters in the database block:
  [Database]
  	Type of database to use. Allowed values: 'sqlite' or 'mysql'.
  	databaseType = "sqlite"
 	Connection parameters (only used when databaseType is 'mysql')
 	mysqlHost = "localhost"
 	mysqlPort = 3306
	mysqlDatabase = "neologin"
	mysqlUsername = "root"
	mysqlPassword = "password"

NeoLogin - Mod Description

NeoLogin is a lightweight, high-performance, and secure authorization mod for Minecraft servers running on NeoForge 1.21.1. The mod protects player accounts on offline-mode (cracked) servers by requiring authentication upon joining.

It is designed with a focus on stability under load, log security, and ease of administration.

Key Features Flexible Database Storage: Out-of-the-box support for local SQLite storage (does not require any configuration) and remote MySQL database support for multi-server networks. Database Backup and Migration: Built-in commands to export and import player databases in JSON format. This allows easy backups and seamless migration between SQLite and MySQL when scaling up the server. Pre-auth Player Locking: Unauthenticated players are temporarily switched to Spectator mode and their movement is fully restricted. They cannot move, send chat messages, execute commands, interact with the world, or take damage. Console Log Security: Automatic filtering of player passwords in console logs. During authentication or registration commands, passwords in console outputs are replaced with a secure mask (***). Offline Player Management: Ability to reset passwords or unregister accounts even when the target player is not currently online. Automatic Config Migrator: Internal version tracking automatically updates the structure of the configuration file upon mod updates, preventing broken configurations and duplicate parameter bugs.

Mod Commands

Player Commands

  • /register <confirm_password> - Register a new account.
  • /login - Authenticate upon joining the server.
  • /changepassword <old_password> <new_password> - Change your current account password.

Admin Commands (Requires permission neologin.admin or OP Level 2)

  • /neologin backup - Export the entire player database to a JSON backup file.
  • /neologin backups - List all available backup files on the server.
  • /neologin restore "filename" - Import player accounts from a selected backup file.
  • /neologin unregister - Delete a player account, resetting their registration status.
  • /neologin setpassword <new_password> - Forcefully set a new password for a player.
  • /neologin reload - Reload configuration file settings without restarting the server. Database Configuration The configuration file is located at config/neologin-server.toml. You can configure the database type and connection parameters in the database block:
  [Database]
  	Type of database to use. Allowed values: 'sqlite' or 'mysql'.
  	databaseType = "sqlite"
 	Connection parameters (only used when databaseType is 'mysql')
 	mysqlHost = "localhost"
 	mysqlPort = 3306
	mysqlDatabase = "neologin"
	mysqlUsername = "root"
	mysqlPassword = "password"

Screenshots

Gallery

  • Login
    Login 8489a53f9fe69436b0aee9215eb09c08173f5e39.png
  • Register
    Register 4f0b502bc8ecd95ce95d9f9ee4afdae129758da2.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works