Documentation Index
Fetch the complete documentation index at: https://docs.xreatlabs.space/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started with NexAuth
Get NexAuth up and running on your Minecraft server in minutes.Prerequisites
Before installing NexAuth, ensure you have:
- A supported Minecraft server platform (Velocity, Paper)
- Java 17 or higher
- Server administrator access
- A database (MySQL/MariaDB, PostgreSQL, or H2 for testing)
Download NexAuth
Download the latest NexAuth release from GitHub Releases.
A single
NexAuth.jar works on both Velocity proxies and Paper/Purpur servers - no separate files needed.Configure Database
Edit the NexAuth configuration file to set up your database connection.
View default config
View default config
Restart Server
Restart your Minecraft server to load NexAuth.NexAuth will automatically create the necessary database tables on first startup.
Next Steps
Installation Guides
Platform-specific installation instructions for Velocity and Paper.
Configuration
Configure premium accounts, offline mode, and security features.
Commands Reference
Complete reference for all NexAuth commands.
Developer Docs
Build custom integrations and contribute to NexAuth.
Troubleshooting
Plugin not loading?
Plugin not loading?
Check your server logs for error messages. Common issues:
- Ensure you’re using Java 17+
- Verify you downloaded the correct version for your platform
- Check that the JAR file isn’t corrupted
Database connection failed?
Database connection failed?
Verify your database settings:
- Ensure the database server is running
- Check the host, port, and credentials in config
- Confirm the database user has proper permissions
- Test connectivity with
mysql -h host -u user -p
Players can't authenticate?
Players can't authenticate?
Common authentication issues:
- Verify the plugin is loaded and enabled
- Check that database tables were created successfully
- Ensure players are using the correct command syntax
- Review server logs for authentication errors
Need Help?
Community Support
Join our GitHub Discussions for community support and troubleshooting help.

