Source Code (Our fork)

How can I set up LimboAuth for LeaderOS?

1

Download the fork and upload it to your server.

2

Configure the config.yml.

Find database section in the config.yml and enter your database credentials.

LimboAuth and the website need to use the same database connection. If you connect them to different databases, synchronization between the website and in-game cannot be achieved.

database:
    storage-type: MYSQL
    host: REPLACE_WITH_HOST_IPV4:3306
    user: REPLACE_WITH_USERNAME
    password: REPLACE_WITH_PASSWORD
    database: REPLACE_WITH_DATABASE_NAME
3

Restart the server.