Skip to content

Setting Up LavaLink with a public LavaLink Server

Nimbi edited this page Feb 7, 2022 · 1 revision

Setting Up LavaLink with a public LavaLink Server

  • Set the LavaLink info in the config to any of the servers listed on the following page**
  • Your config.json should have these fields:
    :lava_host": "host",
    :lava_pass": "password",
    :lava_port": port,
    :lava_secure": true|false

Example:

   :lava_host": "lava.link",
   :lava_pass": "anything as password",
   :lava_port": 80,
   :lava_secure": false