An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Logo
Aether Panel

**The lightweight, modern, and powerful control panel for Minecraft servers.**
Smart management, real-time monitoring, and beautiful Glassmorphism design.

[![Version](https://img.shields.io/badge/version-1.7.0-8b5cf6?style=for-the-badge&logo=git)](https://github.com/reychampi/aether-panel)
[![Status](https://img.shields.io/badge/status-stable-10b981?style=for-the-badge)](https://github.com/reychampi/aether-panel)
[![Node.js](https://img.shields.io/badge/node-%3E%3D16-339933?style=for-the-badge&logo=node.js)](https://nodejs.org/)
![Windows](https://img.shields.io/badge/Windows-Native%20(Untested)-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!

![Dashboard Preview](https://raw.githubusercontent.com/reychampi/aether-panel/main/public/panel.png)

---

## ๐Ÿง 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.