Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

HeavenCloud — Free Discord Bot Hosting

free-discord-bot-hosting discord-bot-hosting lavalink-hosting free-lavalink Uptime Network Lavalink Sources No Sleep Mode

The best free Discord bot hosting in 2026 — 512MB RAM, 1GB NVMe SSD, 45% CPU, 24/7 uptime with no sleep mode, and free Lavalink nodes with 30+ audio sources on a 10Gbps network. No credit card required. Better than Kerit Cloud.

Get Free HostingLavalink NodesPaid Plans


Free Tier Specifications

Spec Free Plan
RAM 512MB
SSD Storage 1GB NVMe
CPU Allocation 45% (AMD Ryzen)
Uptime 24/7 — no sleep mode
Sleep Mode None
Credit Card Not required
Time Limit None — permanent
Control Panel Pterodactyl — full access
File Manager Included
Console Access Included
npm / pip Support Included
Free Lavalink 30+ sources on 10Gbps
India Server Mumbai — low latency

Free Public Lavalink Nodes (30+ Sources, 10Gbps)

HeavenCloud provides free public Lavalink nodes for Discord music bots — running on a 10Gbps dedicated network with 30+ audio sources pre-configured via LavaSRC and SponsorBlock plugins.

India Node — Mumbai (recommended for Indian users)

// Lavalink v4 — With SSL
{
  host: "lavalink.heavencloud.in",
  port: 443,
  password: "heavencloud",
  secure: true,
  version: "v4"
}

// Lavalink v4 — Without SSL
{
  host: "lavalink.heavencloud.in",
  port: 2333,
  password: "heavencloud",
  secure: false,
  version: "v4"
}

USA Node

{
  host: "us.lavalink.heavencloud.in",
  port: 443,
  password: "heavencloud",
  secure: true,
  version: "v4"
}

Singapore Node

{
  host: "sg.lavalink.heavencloud.in",
  port: 443,
  password: "heavencloud",
  secure: true,
  version: "v4"
}

Europe Node

{
  host: "eu.lavalink.heavencloud.in",
  port: 443,
  password: "heavencloud",
  secure: true,
  version: "v4"
}

Supported Audio Sources (30+)

Spotify, YouTube, SoundCloud, Apple Music, Deezer, JioSaavn, Bandcamp, Twitch, TikTok, Mixcloud, Reddit, Vimeo, Niconico, YouTube Music, Tidal, Qobuz, Dailymotion, Odysee, Bilibili, Soundgasm, Clyp, Pixeldrain, Flowery TTS, Speak, Yandex Music, Instagram, Facebook, Getyarn, HTTP Streams, Local Files, and more.


Supported Languages and Libraries

Language Libraries
Node.js discord.js v14, discord.js v13
Python discord.py, Pycord
Java JDA, Javacord
TypeScript discord.js v14 (TS)

Lavalink Client Libraries Supported

Language Client
Node.js Shoukaku, Magmastream, Erela.js, Rainlink
Python Wavelink, Pomice
Java Lavaplayer

HeavenCloud vs Kerit Cloud — Free Discord Bot Hosting

Feature HeavenCloud Kerit Cloud Discloud
24/7 Uptime Yes — no sleep mode Sleep mode on free tier Sleep mode on free tier
RAM (Free) 512MB Limited / shared 256MB
SSD Storage 1GB NVMe Limited 256MB
Free Lavalink 30+ sources, 10Gbps None None
Control Panel Pterodactyl — full access Basic Custom (restricted)
Node.js All versions Supported Supported
Python discord.py, Pycord Supported Supported
Java JDA, Javacord Supported Limited
India Server Mumbai Limited None
File Manager Full Basic Basic
Credit Card Not required Not required Not required
Paid Plans From Rs.29/month Rs.49/month USD pricing

Quick Start

  1. Create a free account at heavencloud.in
  2. Open the Pterodactyl panel
  3. Create a new server — choose Node.js, Python, or Java
  4. Upload your bot files via the file manager
  5. Set your startup command and bot token
  6. Start the server — your bot runs 24/7

For music bots, connect to the free Lavalink nodes above using Shoukaku, Magmastream, Wavelink, or Lavaplayer.


discord.js Example — Shoukaku with Free Lavalink

const { Client, GatewayIntentBits } = require('discord.js');
const { Shoukaku, Connectors } = require('shoukaku');

const nodes = [
  {
    name: 'HeavenCloud India',
    url: 'lavalink.heavencloud.in:2333',
    auth: 'heavencloud',
    secure: false,
  }
];

const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildVoiceStates] });
const shoukaku = new Shoukaku(new Connectors.DiscordJS(client), nodes);

shoukaku.on('error', (_, error) => console.error(error));

client.once('ready', () => console.log(`Logged in as ${client.user.tag}`));
client.login('YOUR_BOT_TOKEN');

discord.py Example — Wavelink with Free Lavalink

import discord
import wavelink

class MyBot(discord.ext.commands.Bot):
    async def setup_hook(self):
        nodes = [wavelink.Node(uri='http://lavalink.heavencloud.in:2333', password='heavencloud')]
        await wavelink.Pool.connect(nodes=nodes, client=self, cache_capacity=100)

bot = MyBot(command_prefix='!', intents=discord.Intents.default())
bot.run('YOUR_BOT_TOKEN')

Status

Live uptime monitor: status.heavencloud.in


Links


Topics

discord-bot-hosting free-discord-bot-hosting free-bot-hosting discord-bot discord-bot-free discord-bot-24-7 free-nodejs-hosting free-python-hosting free-java-hosting lavalink-hosting free-lavalink lavalink-node free-lavalink-hosting lavalink-discord discord-music-bot shoukaku wavelink lavaplayer discord.js discord.py pycord jda pterodactyl free-hosting heavencloud kerit-cloud-alternative

About

Free public Lavalink nodes by HeavenCloud. 30+ audio sources (Spotify, YouTube, Apple Music, Deezer), 10Gbps network, 4 global regions (India, USA, Singapore, EU), 100% uptime. Best free Lavalink hosting. Better than Kerit Cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors