https://github.com/skillfxx/craftpanel
Easily create, manage, and launch Minecraft servers with multiple loaders and custom settings.
https://github.com/skillfxx/craftpanel
electron electronjs minecraft
Last synced: 13 days ago
JSON representation
Easily create, manage, and launch Minecraft servers with multiple loaders and custom settings.
- Host: GitHub
- URL: https://github.com/skillfxx/craftpanel
- Owner: SkillFXX
- Created: 2026-06-05T11:14:41.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2026-06-06T16:31:07.000Z (20 days ago)
- Last Synced: 2026-06-06T17:20:25.859Z (20 days ago)
- Topics: electron, electronjs, minecraft
- Language: JavaScript
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# CraftPanel
CraftPanel is free, open-source software that makes it easy to manage your Minecraft servers. With just a few clicks, you can download your server in the version and with the loader of your choice. You can also start it with various settings, such as the amount of RAM, auto-restart, or the use of flags.
> [!IMPORTANT]
> This software is not designed to be used for managing public servers that are hosted for extended periods of time.
## Supported loader
| Loader | Supported |
| -------- | :-------: |
| Vanilla | ✅ |
| PaperMC | ✅ |
| Fabric | ✅ |
| Purpur | ✅ |
| Velocity | ✅ |
| Folia | ✅ |
| Quilt | ✅ |
| Forge | ⚠️ |
| NeoForge | ⚠️ |
| Spigot | ❌ |
| Bukkit | ❌ |
## Installation
_This software is designed has only been tested on Windows 11._
### Pre-compiled version
You can download a pre-compiled version from the [Releases](https://github.com/SkillFXX/CraftPanel/releases/) page.
### Compile the project yourself
```bash
git clone https://github.com/SkillFXX/CraftPanel # Clone the repository
cd CraftPanel
npm install # Download dependencies
npm run start # Launch the app
```
You can also build it using `electron-builder`
```bash
npm run build
```
## Preview
