
FredBoat ran a public Discord music bot for a decade before the YouTube takedown wave killed most of its peers. It survived, but it stepped back from public hosting and now leans on server admins running their own instances. Desktop Discord servers that still want a jukebox in voice chat need a FredBoat alternative that either self-hosts cleanly or runs public without the takedown risk. These seven FredBoat alternatives for desktop Discord fit both cases.
Quick comparison table
| App | Best for | Free plan | Starting price/mo | Standout feature |
|---|---|---|---|---|
| Aiode | Self-hosting on a home Java server | Yes, fully free open-source | Free forever | Cross-platform playlist import and rich queue commands |
| JMusicBot | Solo admins with one Discord server | Yes, one-file jar | Free forever | Runs on a Raspberry Pi with a single java -jar |
| Jockie Music | Public bot with multi-source playback | Yes, up to 250 songs queued | $5.99 (Premium) | Plays from Spotify, Apple Music, Deezer, SoundCloud in one bot |
| Tempo | Simple Spotify-first playback | Yes, 24-hour queue | $2.99 (Premium) | Plays Spotify links directly without workarounds |
| Green-bot | Uptime and DJ role controls | Yes, unlimited songs | $2.99 (Premium) | Actively maintained by MEE6 team |
| ChipBot | Music plus voice-channel utilities | Yes, unlimited public tier | Free (donations) | Bundled soundboard and TTS commands |
| Vexera | Long queue plus moderation extras | Yes, 24-hour uptime | $2.99 (Premium) | Combines music with basic mod tools in one bot |
Why people moved on from FredBoat
FredBoat’s public instance ran on volunteer time, and the YouTube takedown letters that shut down Groovy and Rythm in 2021 didn’t leave much room for a public YouTube-backed bot to keep serving 10,000-server queues. FredBoat’s team pivoted to self-hosting and slowed feature work on the public side, so admins now hit three recurring issues.
The public bot goes offline more often than it used to, and the community Discord confirms it before anyone asks. Users on r/discordapp report queue commands stalling for minutes at a time during peak weekend hours. And FredBoat’s own docs steer new admins toward a self-hosted deploy, which is fine if you already have a Java server but a wall if you don’t. On top of that, its Spotify integration works through YouTube lookups, so a Spotify search that returns the wrong upload is a familiar frustration. Setup for self-hosters requires wrangling a JDA fork, a Lavalink node, and Docker on your own infrastructure. That’s an evening of work if you know the stack; a weekend if you don’t.
Server admins who don’t want to burn another weekend need a bot that either runs its own resilient public instance or self-hosts with one file. These seven cover both.
The alternatives
Aiode – Best for self-hosting on a home Java server
Aiode (formerly Botify) is a Java-based Discord music bot that pulls from Spotify, YouTube, and SoundCloud, and it’s built to run on your own hardware without heroics. Its docs walk through Docker Compose on Linux, and the queue commands cover the same ground as FredBoat with cleaner playlist import from Spotify.
Where it falls short: No hosted public option, so you’re the sysadmin. Documentation is fine but assumes you’re comfortable with environment variables and a Postgres container.
Pricing:
- Free: Fully free open-source project on GitHub
- Paid: None; the project runs on maintainer time
- vs FredBoat: Same self-hosting posture, but the setup path is more modern and the Spotify handling is more direct
Migrating from FredBoat: Export your Spotify playlist links and import via !aiode play spotify:playlist:<id>. Queue behavior is close enough that command habits port over quickly. The Postgres schema is straightforward if you ever need to migrate user data.
Download: Aiode on GitHub
Bottom line: Pick Aiode if you already have a home server and want the FredBoat self-hosting experience with cleaner Spotify support.
JMusicBot – Best for solo admins with one Discord server
JMusicBot is a single-jar Java app that runs one bot in one server, and that’s its whole pitch. Download the jar, edit a config file, run java -jar JMusicBot.jar, and you have music playing in a voice channel five minutes later. It runs happily on a Raspberry Pi 4, a Zero 2W, or any old laptop.
Where it falls short: Not built for multi-server deployment. No web dashboard, no premium tier, no Spotify direct playback (uses YouTube search fallback like most public bots).
Pricing:
- Free: Everything, forever, single-jar distribution
- Paid: None
- vs FredBoat: Simpler to deploy but scaled down; each Discord community needs its own instance
Migrating from FredBoat: Copy your queue commands almost verbatim; the syntax is close. Playlists ported by URL work out of the box. The config file is one YAML with about ten fields, so setup for a new server takes minutes.
Download: JMusicBot on GitHub
Bottom line: Pick JMusicBot when you run one server and want music playing tonight without renting a VPS.
Jockie Music – Best for public multi-source playback
Jockie Music is the public Discord music bot most FredBoat refugees settled on. It plays natively from Spotify, Apple Music, Deezer, SoundCloud, Bandcamp, and Tidal without the YouTube-lookup shuffle, and its uptime has held up since Rythm and Groovy left the space.
Where it falls short: The free tier caps queue length at 250 songs and blocks 24/7 mode. Premium unlocks both but adds a real cost that FredBoat’s public bot never charged.
Pricing:
- Free: 250-song queue, no 24/7 mode, standard search
- Paid: Premium at $5.99/month per server for 24/7 mode, longer queues, effects
- vs FredBoat: Cost is the trade for uptime; Jockie’s public infrastructure is more reliable than FredBoat’s was in its last public years
Migrating from FredBoat: Change the command prefix and go. Jockie’s slash commands cover every FredBoat command name, and Spotify playlists import via a direct URL paste.
Download: Jockie Music
Bottom line: Pick Jockie Music when the community wants a public bot that plays Spotify links directly and admins are OK paying for 24/7 uptime.
Tempo – Best for simple Spotify-first playback
Tempo is a Discord music bot that plays Spotify links natively, without falling back to a YouTube search that returns the wrong cover. The interface is minimal, the queue commands work how you’d guess, and the free tier holds up for small servers.
Where it falls short: Fewer power-user features than Jockie. No autoplay, no volume normalization on the free tier, and 24/7 mode is Premium-only.
Pricing:
- Free: Spotify, YouTube, SoundCloud playback with 24-hour uptime windows
- Paid: Premium at $2.99/month per server for 24/7 mode, autoplay, effects
- vs FredBoat: Cleaner Spotify handling and cheaper Premium than Jockie for one-server setups
Migrating from FredBoat: Paste Spotify playlist URLs directly; no format conversion. Rename any custom command aliases you used in FredBoat since Tempo’s namespace is smaller.
Download: Tempo
Bottom line: Pick Tempo when the server plays mostly Spotify and Premium at $2.99 is easier than self-hosting.
Green-bot – Best for uptime and DJ role controls
Green-bot is maintained by the MEE6 team, and it inherits their operations discipline. Uptime is high, DJ role permissions are granular (per-command allow lists), and the queue commands support both slash and prefix invocation for admins moving over from FredBoat.
Where it falls short: Less well-known than Jockie, so community-shared playlists and guides are thinner. Some newer platforms (Bandcamp, Tidal) are Premium-only.
Pricing:
- Free: Unlimited songs, 24-hour queue windows, DJ role controls
- Paid: Premium at $2.99/month per server for 24/7 mode and additional platforms
- vs FredBoat: More reliable public presence, and DJ permission handling is more granular
Migrating from FredBoat: Configure the DJ role once and grant it to your regulars. Slash commands cover the FredBoat command surface.
Download: Green-bot
Bottom line: Pick Green-bot when server moderation matters as much as the music and you want DJ-role controls out of the box.
ChipBot – Best for music plus voice-channel utilities
ChipBot bundles a Discord music bot with a soundboard, TTS commands, and voice-channel autoplay. The music side is reliable, and the extras cover the voice-channel needs a lot of small servers try to solve with three separate bots.
Where it falls short: The bundled features mean settings sprawl; new admins face a longer permissions checklist. The public bot has been stable but had a longer downtime in early 2026 that the community remembers.
Pricing:
- Free: Unlimited public tier with music, soundboard, TTS
- Paid: Donation-supported; no hard paywall
- vs FredBoat: Same free-forever philosophy, but broader scope than pure music
Migrating from FredBoat: Import Spotify or YouTube playlists via URL. If you want to drop other single-purpose bots, ChipBot can absorb the soundboard and TTS ones at the same time.
Download: ChipBot
Bottom line: Pick ChipBot when the server wants music plus a soundboard from one bot instead of stacking three.
Vexera – Best for long queue plus moderation extras
Vexera combines music with basic moderation commands (mute, kick, warn), and its music queue holds thousands of tracks without the throttling you hit on lightweight public bots. It’s the bot admins reach for when a single Discord community handles both jukebox duty and light mod work in one bot slot.
Where it falls short: Moderation depth is basic; it won’t replace Dyno or MEE6 for serious mod stacks. The Premium price is per-server, which adds up across multiple communities.
Pricing:
- Free: 24-hour uptime windows, standard queue, basic mod commands
- Paid: Premium at $2.99/month per server for 24/7 mode, effects, longer history
- vs FredBoat: Broader scope than pure music, with mod tools bundled in
Migrating from FredBoat: Rebind the FredBoat queue commands via Vexera’s aliases. The mod command set is different enough that it’s worth reading the docs before wiring it into your roles.
Download: Vexera
Bottom line: Pick Vexera when the server slot budget is tight and you want music plus light mod tools from a single bot.
How to choose
Pick Aiode or JMusicBot if you already run a home server and want the FredBoat self-hosting posture without the setup pain. Aiode wins if you want Docker Compose and a Postgres backend; JMusicBot wins if you want to java -jar and forget about it. Pick Jockie Music if the server plays a lot of Spotify links and wants native, direct playback across sources, and admins are OK paying for 24/7 uptime. Pick Tempo when Jockie’s price feels steep and Spotify is the only source that matters. Pick Green-bot when DJ role permissions and moderation-adjacent controls matter as much as the music itself. Pick ChipBot to consolidate three or four single-purpose voice-channel bots into one, and to stay on a free tier. Pick Vexera when the server slot budget is tight and you want music plus light mod tools from one bot.
Stay on FredBoat if you already run its self-hosted instance and it’s still humming along; the project isn’t dead, and the maintainers ship updates on GitHub. The friction is real for new self-hosters, not for existing ones.
FAQ
Is FredBoat still working in 2026?
FredBoat’s self-hosted version is still maintained on GitHub, and the public bot still runs, though downtime is more common than it used to be. The project pivoted away from the public music-bot arms race after the YouTube takedowns hit its peers. New admins looking for public Discord music are better served by Jockie Music, Tempo, or Green-bot.
What is the best free Discord music bot?
Aiode and JMusicBot are the strongest free options if you self-host. For public bots, Jockie Music’s free tier (250-song queue) and Green-bot’s free tier (24-hour uptime) cover the most ground. Nothing free matches 24/7 mode on a public bot without a Premium tier.
Can I self-host a Discord music bot on a Raspberry Pi?
Yes. JMusicBot runs on a Raspberry Pi 4 or Zero 2W without any tuning, and Aiode runs comfortably on a Pi 4 with Docker installed. Both are single-server deployments, so scale up to a small VPS if you want to serve multiple Discord communities.
Do Discord music bots still get taken down by YouTube?
The 2021 wave that killed Rythm, Groovy, and Hydra was aimed at bots streaming YouTube audio without a license. Bots that play directly from Spotify, Apple Music, Deezer, or SoundCloud avoid the same risk because those platforms handle licensing. Self-hosted bots stay off the radar because they don’t have a public brand for YouTube to file letters against.
Is Jockie Music worth paying for?
If your Discord community runs music every day and you want 24/7 mode plus a long queue, Jockie Premium at $5.99 per server is fair. Small servers that only play music during a weekly hangout can stay on the free tier or switch to Tempo for cheaper Premium.