> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leaderos.net/llms.txt
> Use this file to discover all available pages before exploring further.

# LimboAuth

> LimboAuth fork is compatible with the LeaderOS database design.

### Source Code (Our fork)

* [https://github.com/leaderos-net/LimboAuth](https://github.com/leaderos-net/LimboAuth)

### How can I set up LimboAuth for LeaderOS?

<Steps>
  <Step title="Download the fork and upload it to your server." />

  <Step title="Configure the config.yml.">
    Find database section in the config.yml and enter your database credentials.

    <Note>
      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.
    </Note>

    ```yaml theme={null}
    database:
        storage-type: MYSQL
        host: REPLACE_WITH_HOST_IPV4:3306
        user: REPLACE_WITH_USERNAME
        password: REPLACE_WITH_PASSWORD
        database: REPLACE_WITH_DATABASE_NAME
    ```
  </Step>

  <Step title="Restart the server." />
</Steps>
