Open Source • MIT License

Game server management
that actually makes sense

AirLink is an open-source panel built with TypeScript — handles multiple game servers, user permissions, and extends through addons without touching core code.

GitHub Stars
Contributors
Commits
2
Repositories

Core Features

Click any card to see screenshots and full details.

Installation

Pick how you want to set things up.

Addon System

Extend the panel without touching core code.

How It Works

Each addon lives in its own folder under panel/storage/addons/. When enabled, it gets full access to the router, database, and UI system. Addons are isolated — enabling or disabling one never breaks the rest of the panel.

Migrations are defined in package.json and run automatically. Applied migrations are tracked so they never run twice.

Basic Structure

my-addon/ ├── info.json ├── install.json ├── index.ts ├── views/ │ └── main.ejs └── lib/ └── helpers.ts

Community Addons

From the airlinklabs/addons registry. Click any card for details.

Browse all

Recent Activity

Latest commits across both repositories.

panel
Loading...
daemon
Loading...

The Team

People building and maintaining AirLink Panel.

Contributors
Total Commits
Stars

Click any card for full profile

Loading contributors...

GitHub