https://github.com/nocpiun/opanel
A Minecraft server management panel
https://github.com/nocpiun/opanel
bukkit fabric forge mc-mod minecraft minecraft-panel paper plugin spigot web-based
Last synced: 8 months ago
JSON representation
A Minecraft server management panel
- Host: GitHub
- URL: https://github.com/nocpiun/opanel
- Owner: nocpiun
- License: mpl-2.0
- Created: 2025-08-02T06:24:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T15:17:34.000Z (8 months ago)
- Last Synced: 2025-08-27T21:11:03.090Z (8 months ago)
- Topics: bukkit, fabric, forge, mc-mod, minecraft, minecraft-panel, paper, plugin, spigot, web-based
- Language: TypeScript
- Homepage:
- Size: 19.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/nocpiun/opanel/actions/workflows/build.yml)
[](./LICENSE)
[](https://github.com/nocpiun/opanel/stargazers)
> A Minecraft server management panel
## Description
OPanel is a management panel for Minecraft server administrators, and it comes as a server-side plugin that can be run on Bukkit, Spigot, Paper, Fabric and Forge servers. With the web panel, you can manage your server in a more reliable, intuitive and simple way!
### Features
The feature of OPanel includes:
- Dashboard that provides a comprehensive overview of the server
- Saves manager that helps you easily upload, download, delete or enable your saves through a simple interface.
- Players manager that helps you manage players, banned players and whitelist, and perform actions like kick, ban or changing permissions.
- Gamerules editor that assists you to toggle gamerules without entering any command.
- Plugins manager. (In plan)
- Server terminal that can directly send messages or execute commands from the web panel.
- Server logs manager and viewer.
### Screenshots



## Usage
Just simply download the corresponding jar file from [releases](https://github.com/nocpiun/opanel/releases), and drag it into your plugins / mods folder. After starting your server, you can access the web panel by `localhost:3000`.
### Configuration
You can configure OPanel through the config file generated inside your server folder.
- `accessKey`: The access key that you use to access the web panel. _(Default: "123456")_
- `salt`: The salt used when generating tokens. _(Default: "opanel")_
- `webServerPort`: The port of the web panel. _(Default: 3000)_
## Contributing
See [Contributing Guidelines](./CONTRIBUTING.md) for more information.
## License
[MPL-2.0](./LICENSE)