Skip to content

Setting up LavaLink with an Internal LavaLink server

Nimbi edited this page Feb 7, 2022 · 1 revision

Setting up LavaLink with an Internal LavaLink server

  • Create an application.yml in the root directory of the project and change the host address to 127.0.0.1
  • Download the latest LavaLink jar from here and place it in the project's root directory (same directory as application.yml)
  • Open a separate terminal in the root directory and run java -jar LavaLink.jar
  • Set the value of the "lava_host" to "127.0.0.1" in your config.json
  • Set the value of "lava_pass" to "youshallnotpass" in your config.json
  • Set the value of "lava_port" to 2333 in your config.json
  • Set the value of "lava_secure" to true in your config.json