Skip to content

AjieDev/Free-Lavalink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Free Lavalink Nodes - Lavalink Hosting

Public Free Lavalink, including connection details for both SSL and Non-SSL configurations.

Free Public Lavalink for your bots and front-end apps!, with v3 and v4 version available

Join Support Server
Visit Website

Why our Free Public Lavalink?

  • Free 24/7
  • SSL and non-SSL
  • Not stingy with resources
  • Easy integration with popular Discord bot frameworks
  • Abuse Protection & Monitored 24/7
  • Anonymous
  • Cache System
  • Community Supports

Open private/premium lavalink server hosting! Youtube Working without Oauth, Caching System, No Rate Limit. Get your advanced Lavalink server now at https://dsc.gg/ajidevserver

Connect v4

stat up playersv4 loadv4

V4 (SSL)

{

    host: "lava-v4.ajieblogs.eu.org",
    port: 443,
    password: "https://dsc.gg/ajidevserver",
    secure: true

  }

V4 (Non SSL)

{

    host: "lava-v4.ajieblogs.eu.org",
    port: 80,
    password: "https://dsc.gg/ajidevserver",
    secure: false

  }

Connect V3

stat up playersv3 loadv3

V3 (SSL)

{

    host: "lava-v3.ajieblogs.eu.org",
    port: 443,
    password: "https://dsc.gg/ajidevserver",
    secure: true

  }

V3 (Non SSL)

{

    host: "lava-v3.ajieblogs.eu.org",
    port: 80,
    password: "https://dsc.gg/ajidevserver",
    secure: false

  }

Connect Combined version (Beta)

This server can handle v4 and v3 connections, depends on clients. Recommended to you dont know pick lavalink version for your bots!

V3 (SSL)

{

    host: "lava-all.ajieblogs.eu.org",
    port: 443,
    password: "https://dsc.gg/ajidevserver",
    secure: true

  }

V3 (Non SSL)

{

    host: "lava-all.ajieblogs.eu.org",
    port: 80,
    password: "https://dsc.gg/ajidevserver",
    secure: false

  }