I’ve been trying to import an existing world into MineOS Turnkey with Node web-ui and having problems. The world files are coming from a vanilla 1.8.8 and I’m trying to run same in MineOS.
The structure of the .zip I’m trying to import is as follows:
banned-ips.json
banned-players.json
ops.json
server.properties
whitelist.json
world/
world/data
world/DIM1
world/DIM-1
world/playerdata
world/region
world/status
world/level.dat
world/level.dat_old
world/session.lock
(obviously the subfolders in world are populated with content. The entire ZIP is about 900 MB)
I’ve logged into the webui as the unprivileged “mc” user. Immediately after the upload starts some items are added to the left navigation to view the server but obviously the upload is still in-progress. I watched “top” on the server and after Node.js CPU drops near zero I tried to start the server but I’ve run into a few issues:
-
The dropdown on the right side to select “runnable jar” is empty even though I had downloaded the standard 1.8.8 jar using the web UI
-
The server name is not displayed in the dropdown at the top
-
Refreshing the page causes the left navigation items to disappear - it’s as though the server didn’t actually get created.