Skip to main content
Before integrating your website with LimboAuth, make sure you are using the latest official version. You can download the latest LimboAuth release here: For Velocity 3+:

1. Connect the plugin to the database

First, open the /plugins/LimboAuth/config.yml file in your server’s main directory. Edit the database configuration section according to the example below:
database:
    storage-type: MYSQL
    host: DATABASE_HOST:DATABASE_PORT
    user: DATABASE_USERNAME
    password: DATABASE_PASSWORD
    database: DATABASE_NAME

2. If passwords appear invalid

If users enter the correct password but still cannot log in, it usually means the hashing algorithm used by your website does not match LimboAuth’s supported algorithm. LimboAuth supports only the BCRYPT algorithm. Therefore: Check the “Cryptographic Encryption” setting in your admin panel and set it to BCRYPT.
Congratulations! You have successfully completed the LimboAuth setup.
Your users can now register securely on the website and log in directly to the server.