Skip to content

stackryze/lavalink-list

Repository files navigation

Lavalink list

A list of free and available public Lavalink nodes with their live status. Feel free to make a pull request!

View Website . Make a pull request · Report Issue

How to add my node?

  1. Fork this repository
  2. Edit the nodes.json file and add your node
  3. Create a pull request

nodes.json example

[
    {
        "identifier": "my-node",
        "host": "lava1.example.com",
        "port": 2333,
        "password": "example.com",
        "secure": false,
        "restVersion": "v4",
        "authorId": "1234567890",
        "website": "https://example.com",
        "discord": "https://discord.gg/example"
    }
]
  • identifier - The identifier of your node (example: my-node)
  • host - The host of your node (example: lava1.example.com)
  • port - The port of your node (default: 2333)
  • password - The password of your node (if you have one)
  • secure - If your node is using SSL (true or false)
  • restVersion - The version of your node (lavalink rest api version) (v3 or v4)
  • authorId - Your Username
  • website - Your website URL (optional)
  • discord - Your Discord server invite link (optional)

Contributers

Thanks to our amazing contributors :

About

A list of community managed, free and public lavalink.

Resources

Stars

Watchers

Forks