https://github.com/femby08/aether-panel
Aether Panel is a complete solution for managing Minecraft servers on Linux. It's designed to be visually stunning, technically sound, and extremely easy to use, eliminating unnecessary manual configuration via the terminal.
https://github.com/femby08/aether-panel
arch-linux control-panel debian english fedora linux minecraft minecraft-server minecraft-server-management nodejs server spanish ubuntu windows
Last synced: 6 days ago
JSON representation
Aether Panel is a complete solution for managing Minecraft servers on Linux. It's designed to be visually stunning, technically sound, and extremely easy to use, eliminating unnecessary manual configuration via the terminal.
- Host: GitHub
- URL: https://github.com/femby08/aether-panel
- Owner: femby08
- Created: 2025-11-23T22:20:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T17:57:19.000Z (11 days ago)
- Last Synced: 2026-01-16T21:43:38.552Z (8 days ago)
- Topics: arch-linux, control-panel, debian, english, fedora, linux, minecraft, minecraft-server, minecraft-server-management, nodejs, server, spanish, ubuntu, windows
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Aether Panel
**The lightweight, modern, and powerful control panel for Minecraft servers.**
Smart management, real-time monitoring, and beautiful Glassmorphism design.
[](https://github.com/reychampi/aether-panel)
[](https://github.com/reychampi/aether-panel)
[](https://nodejs.org/)
-FFD600?style=for-the-badge&logo=windows)
[Installation](#-quick-installation) โข [Supported Systems](#-supported-operating-systems) โข [Features](#-features)
---
## โจ Description
**Aether Panel** is an all-in-one solution for managing Minecraft servers.
It offers a modern **Glassmorphism** design, automatic installation, and advanced tools to manage your server without complications. Now with Multi-User support and Internationalization!

---
## ๐ง Supported Operating Systems
Aether Panel is **universal** and works on most modern systems.
| Family | Distributions / OS | Method | Status |
|--------|----------------------|--------|--------|
| **Debian** | Ubuntu 20.04+, Debian 10+, Mint | `apt` | โ
Native |
| **RHEL** | Fedora 36+, CentOS 8+, Rocky | `dnf` | โ
Native |
| **Arch** | Arch Linux, Manjaro | `pacman` | โ
Native |
| **Windows** | Windows 10, 11, Server 2019+ | `.bat` | ๐ก Native (Untested) |
---
## ๐ What's New in V1.7.0
### ๐ฅ Multi-User System
- **Detailed User Management**: Create users with custom Roles (Admin/User).
- **Granular Permissions**: Control access to Start/Stop, Console, Files, Logs, and more using individual checkboxes.
- **Secure Access**: Restricted tabs and buttons are automatically hidden based on permissions.
### ๐ Internationalization (i18n)
- **Multi-Language Support**: Fully translated into **English**, **Spanish**, and **Portuguese**.
- **Auto-Detection**: Defaults to English, easily switchable in settings.
### ๐งช Aether Labs (Active)
- **Web Scheduler**: Schedule tasks like restarts or backups (Cron).
- **Log Viewer**: View server history directly in the panel.
- **Backups**: Create and restore server backups.
- **File Manager**: Improved navigation and "Back to Labs" integration.
### ๐จ UI & Performance
- **Compact & Responsive**: Optimized Power Control layout.
- **Performance Boost**: Reduced blur effects for smoother rendering on all devices.
- **Beautiful Checkboxes**: Custom animated UI elements.
---
## ๐ฆ Quick Installation
### ๐ง Linux (VPS / Dedicated)
Run as **root**:
curl -sL https://raw.githubusercontent.com/reychampi/aether-panel/refs/heads/main/installserver.sh | bash
---
### ๐ช Windows (PC / Server) โ ๐ก Untested
1. Download the repository (`Code โ Download ZIP`).
2. Unzip the folder.
3. Run:
start_windows.bat
The script will automatically install:
- Node.js
- Java (Temurin)
The panel will open automatically in your browser.
---
## โก Features
- ๐ฅ๏ธ **Real-time Monitoring**: CPU, RAM, Disk usage stats.
- ๐ป **Interactive Console**: Web-based terminal with color support.
- ๐ฅ **Multi-User Access**: Secure permission system.
- ๐ **File Manager**: Edit server files directly in the browser.
- ๐ฅ **Core Installer**: One-click install for Vanilla, Paper, Fabric, Forge.
- ๐ฆ **Backups**: Create `.tar.gz` backups instantly.
- โ๏ธ **Config Editor**: Visual editor for `server.properties`.
- ๐ **Smart Updater**: OTA updates without reinstallation.
---
## ๐ ๏ธ Troubleshooting
### ๐น The panel doesn't load in the browser
Ensure port **3000** is open.
**Linux (UFW):**
sudo ufw allow 3000/tcp
**Windows:**
Allow Node.js access in the Firewall when prompted.
---
### ๐น Error: `command not found` or `$'\r'` (Linux)
Occurs if `.sh` files are in **CRLF** format (Windows line endings).
Solution:
sed -i 's/\r$//' *.sh
---
Developed by Femby08
Found a bug? Open an Issue.