All apps · 0 apps
MineOS
Docker app from hernandito's Repository
Overview
MineOS is an easy to manage Minecraft Server. It has its on web interface to manage all aspects of the server.
Directions:
/var/games/minecraft : set this path to where you wish all the Minecraft Server items to be stored. Should be you app folder.
IMPORTANT - Open Advanced View to Set your PASSWORD!!!
Directions:
/var/games/minecraft : set this path to where you wish all the Minecraft Server items to be stored. Should be you app folder.
IMPORTANT - Open Advanced View to Set your PASSWORD!!!
Readme
View on GitHubminecraft-mineos
Dockerfile for creating Mine OS server image with Java 8.
Mine OS - easy minecraft hosting solution
Usage
docker run -d yujiod/minecraft-mineos
docker run -d -p 8443:8443 -p 25565:25565 yujiod/minecraft-mineos
The WebUI on 8443 port with self signed SSL. When binding to 8443, open below URL.
https://:8443/
Login username is minecraft. Password is auto genereated. Please check password in logs.
docker logs <container_id>
You can also specify a password on run the container. The environment variable is PASSWORD.
docker run -d -e PASSWORD=cr33p3r yujiod/minecraft-mineos
Console access
SSH is no longer supported. Please use exec on docker.
docker exec -it <contaiber_id> bash
Mount minecraft data volume
The mount point is /var/games/minecraft.
docker run -d -v /var/games/minecraft yujiod/minecraft-mineos
Multiple minecraft server port binding
docker run -d -e PASSWORD=cr33p3r -v /var/games/minecraft -p 8443:443 \
-p 25565:25565 -p 25566:25566 -p 25567:25567 -p 25568:25568 -p 25569:25569 -p 25570:25570 \
yujiod/minecraft-mineos
Install MineOS on Unraid in a few clicks.
Find MineOS in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for MineOS Review the template variables and paths Click Install
Categories
Download Statistics
911,547
Total Downloads
66
This Month
114
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Repository
yujiod/minecraft-mineosLast Updated2017-06-23
Runtime arguments
- Web UI
https://[IP]:[PORT:8443]- Privileged
- false