Features Deployment Compare Install Docs FAQ GitHub

Game servers, but without the headache.

Sodium is an open-source panel for managing game servers.

Sodium Dashboard
Everything you need, nothing you don't.

Built lean so it runs everywhere.

Web Console

Run commands from your browser, to your dockerized server.

File Manager

Browse, edit, upload files. Has a code editor with syntax highlighting.

Eggs

Minecraft, FiveM, ARK, Palworld, and more already set up. Make your own too.

Lightweight

Express + vanilla JS. Pretty lightweight.

Flexible Storage

Works with a local file out of the box. Need more? Plug in MySQL, PostgreSQL, or SQLite.

JWT Auth + OAuth

Login with Discord, Google, GitHub, whatever.

Backups & Schedules

Back up your servers, download them, restore them. Set up cron jobs to automate it.

Webhooks

Get Discord/Slack pings when stuff happens.

Plugin System

Add your own routes, hooks, middleware. If you dont feel the panel done.

Sodium Reaction ↗

Our own daemon, A fork of Pterodactyl Wings with performance modifications.

Choose your setup

From a single VPS to a hosting service.

Simple / Personal

Perfect for home servers and small communities.

  • DatabaseFile-based
  • RedisNot needed
  • Nodes1–2
  • UsersUp to ~150
Just run npm start.
Sodium vs Pterodactyl

I think you gotta like it.

Sodium Pterodactyl
Database File-based (MySQL/PostgreSQL optional) MySQL + Redis required
Install time about ~2 min ~30 min
Dependencies Just Node.js PHP, Composer, MySQL.
OAuth providers 8 built-in (Discord, GitHub, Google...) None (community packages)
Plugin system Built-in hooks, routes, middleware Limited (Blueprints)
Installation

Should take about 2 minutes.

1

Clone it

git clone https://github.com/sodiumpanel/panel.git && cd panel
2

Install deps

npm install
3

Build & run

npm run build && npm start
Frequently Asked Questions

Does it support Minecraft?

Yes. Paper, Purpur, Fabric, Velocity, and PocketMine. Check the eggs folder for configs.

Is it compatible with Wings?

Yes. You can use Wings or Sodium Reaction as the daemon.

Can I migrate from Pterodactyl?

There's a migration script that can pull in your users, servers, and eggs. You'll probably need to tweak a few things manually - the databases aren't identical.

Does it run on Windows?

The panel does. The daemon is Linux-only.