Discloud Docs
English
English
  • 👋Welcome
  • Suport
    • ☁️How to Host
      • 🤖Bots
        • 🔌Bot
        • 🧩VSCode Extension
        • ⌨️CLI
      • 🌎Website and APIs
        • 🔌Bot
        • 🧩VSCode Extension
        • ⌨️CLI
    • ⌨️Languages
      • 🟨JavaScript
        • 📄Create the package.json
      • 🐍Python
        • 📄Create the requirements.txt
      • ☕Java
      • 💎Ruby
        • 📄Create the Gemfile
      • 🐿️Go
      • 🐘Php
      • 🦀Rust
        • 📄Create the Cargo.toml
    • ⛓️Integrations
      • 🌐Your Own Domain
      • 🐙GitHub and GitLab
      • 🎧Lavalink
      • 💾Database
        • MongoDB Atlas (mLab)
    • ❓Frequently Asked Questions (FAQ)
      • How to compress my files?
      • Discloud ModMail (Ticket)
      • How do I get my bot's ID?
      • What is the main file?
      • Configuring Puppeteer
      • How to report an offender?
      • Why can't I access my website?
      • Very Heavy BOT
    • ⚒️Commands
      • How to get API token
      • How to integrate Github
    • 🤲Donations
  • configuration
    • ⚙️discloud.config
      • 📦APT (Install Packages)
      • 🏗️VERSION (Switch between Versions)
  • 🖥️local environment
    • ⚙️Install
      • 🟨JavaScript (NodeJS)
      • 🐍Python
      • 💎Ruby
      • 🦀Rust
  • API
    • 📡Using the API
    • 🔗Routes
  • About
    • 🎨Discloud Brand
      • Name origin
      • Visual Identity
  • 🔗Links
    • 🌎Website
    • 📊DisCloud Status
  • 📜Legal
    • 📄Terms of Service (TOS)
Powered by GitBook
On this page
  • How to host Lavalink?
  • Requirements
  • Get started
Edit on GitHub
  1. Suport
  2. Integrations

Lavalink

PreviousGitHub and GitLabNextDatabase

Last updated 1 year ago

How to host Lavalink?

Requirements

The requirements for hosting Lavalink are the same as for hosting a website, you can

Get started

  1. Download

  2. Create a file called application.yml () to configure lavalink

  3. In the application.yml file, set port to 8080

  4. Set up with a strong password so that no one can use your Lavalink

  5. Make a zip with the Lavalink.jar and application.yml file.

6. Now upload it in website mode (by DisCloud use .upsite)

7. Configure your bot to connect as per the example:

{
  "host": "exemplo.discloud.app",
  "port": 443,
  "secure": true,
  "password": "youshallnotpass"
}

Start your bot and test

⛓️
🎧
📝
Lavalink.jar
example
check here