A lightweight, fast and extensible game server for Minecraft
Cuberite Website Cuberite GitHub
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
| Port | default |
|---|---|
| Game | 25565 |
| WebAdmin | 8080 |
| Name | Tag |
|---|---|
| ghcr.io/ptero-eggs/yolks:debian | ghcr.io/ptero-eggs/yolks:debian |
Server Description
The password for the webadmin panel 'admin' user
Port for the cuberite webadmin panel.
#!/bin/ash
# Cuberite
#
# Server Files: /mnt/server
cd /mnt/server
ARCH=$([[ "$(uname -m)" == "x86_64" ]] && echo "x86_64" || echo "aarch64")
wget https://download.cuberite.org/linux-${ARCH}/Cuberite.tar.gz
tar -xzf Cuberite.tar.gz
## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"| Installation Image | ghcr.io/ptero-eggs/installers:debian | Installation Entrypoint | bash |
|---|