Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gocs/mcadmin
McAdmin - Minecraft Server Admin Panel
https://github.com/gocs/mcadmin
Last synced: 7 days ago
JSON representation
McAdmin - Minecraft Server Admin Panel
- Host: GitHub
- URL: https://github.com/gocs/mcadmin
- Owner: gocs
- Created: 2024-07-08T15:41:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T04:43:11.000Z (5 months ago)
- Last Synced: 2024-11-08T23:33:10.773Z (2 months ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# McAdmin
Minecraft Server Admin Panel
![mcadmin site](docs/mcadmin.png?raw=true)
## requirements
install npm
install docker (docker compose is included)## todo
- [x] user management
- [x] user role
- [x] minecraft whitelist
- [x] minecraft server status
- [x] payment rest api## commands
- copy the `.env.example` to `.env` and fill in the values
- `make setup` start the docker containers (initial build)
- `make twi` build the tailwind (initial build)
- `make up` restart the docker containers (succeeding builds)the setup may pause to allow you to make a username, password, and email for the superuser
see the `Makefile` for more commands
- go to `http://localhost`