MineOS not seeing server

When i click create new server or import server it doesnt show that i made a server but i can still edit it like if i were t go into server status can someone please help me?

It is not clear what your issue is.

If you see server status, it would appear that the server was created.

That said, unfamiliar webui behavior like this could be because of an incomplete installation. We can verify if you can provide for us the webui’s logs located at: /var/log/mineos.log

{“level”:“info”,“message”:"[WEBUI] New file found in import directory /var/games/minecraft/import/FreeWorld(Server)/world/datapacks/larger phantoms v1.0.0.zip",“timestamp”:“2020-03-02T17:33:42.347Z”}
{“level”:“info”,“message”:"[WEBUI] New file found in import directory /var/games/minecraft/import/FreeWorld(Server)/world/datapacks/player graves v1.5.1.zip",“timestamp”:“2020-03-02T17:33:42.349Z”}
{“level”:“info”,“message”:"[WEBUI] New file found in import directory /var/games/minecraft/import/FreeWorld(Server)/world/datapacks/afk display v1.0.1.zip",“timestamp”:“2020-03-02T17:33:42.789Z”}
{“level”:“info”,“message”:"[WEBUI] New file found in import directory /var/games/minecraft/import/FreeWorld(Server)/world/datapacks/double shulker shells v1.0.3.zip",“timestamp”:“2020-03-02T17:33:42.798Z”}
{“level”:“info”,“message”:"[WEBUI] New file found in import directory /var/games/minecraft/import/FreeWorld(Server)/world/datapacks/dragon drops elytra v1.0.2.zip",“timestamp”:“2020-03-02T17:33:42.800Z”}
{“level”:“info”,“message”:"[WEBUI] New file found in import directory /var/games/minecraft/import/FreeWorld(Server)/world/datapacks/larger phantoms v1.0.0.zip",“timestamp”:“2020-03-02T17:33:42.802Z”}
{“level”:“info”,“message”:"[WEBUI] New file found in import directory /var/games/minecraft/import/FreeWorld(Server)/world/datapacks/player graves v1.5.1.zip",“timestamp”:“2020-03-02T17:33:42.804Z”}
{“date”:“Mon Mar 02 2020 17:33:46 GMT+0000 (UTC)”,“process”:{“pid”:18701,“uid”:0,“gid”:0,“cwd”:"/usr/games/minecraft",“execPath”:"/usr/bin/node",“version”:“v8.17.0”,“argv”:["/usr/bin/node","/usr/games/minecraft/webui.js"],“memoryUsage”:{“rss”:67985408,“heapTotal”:36519936,“heapUsed”:24940888,“external”:6582889}},“os”:{“loadavg”:[0.59814453125,0.5546875,0.54833984375],“uptime”:80265},“trace”:[{“column”:29,“file”:"/usr/games/minecraft/mineos.js",“function”:null,“line”:1647,“method”:null,“native”:false},{“column”:16,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:null,“line”:52,“method”:null,“native”:false},{“column”:30,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:null,“line”:696,“method”:null,“native”:false},{“column”:37,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:null,“line”:167,“method”:null,“native”:false},{“column”:30,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:null,“line”:1209,“method”:null,“native”:false},{“column”:29,“file”:"/usr/games/minecraft/node_modules/graceful-fs/polyfills.js",“function”:null,“line”:284,“method”:null,“native”:false},{“column”:21,“file”:“fs.js”,“function”:“FSReqWrap.oncomplete”,“line”:152,“method”:“oncomplete”,“native”:false}],“stack”:[“TypeError: Cannot read property ‘server-port’ of undefined”," at /usr/games/minecraft/mineos.js:1647:29"," at /usr/games/minecraft/node_modules/async/lib/async.js:52:16"," at /usr/games/minecraft/node_modules/async/lib/async.js:696:30"," at /usr/games/minecraft/node_modules/async/lib/async.js:167:37"," at /usr/games/minecraft/node_modules/async/lib/async.js:1209:30"," at /usr/games/minecraft/node_modules/graceful-fs/polyfills.js:284:29"," at FSReqWrap.oncomplete (fs.js:152:21)"],“level”:“error”,“message”:“uncaughtException: Cannot read property ‘server-port’ of undefined”,“timestamp”:“2020-03-02T17:33:46.026Z”}
{“level”:“info”,“message”:"[FreeWorld] autostart = true",“timestamp”:“2020-03-02T17:33:46.034Z”}
{“level”:“error”,“message”:"[FreeWorld] Aborted server startup; condition not met: exists",“timestamp”:“2020-03-02T17:33:46.140Z”}
basicaly these are the last lines of the log i didnt know how much too put so i just did what felt right

From the filesystem side (not the webui), check each and every server.properties file you have in /var/games/minecraft/servers/servername/

This error seems to suggest you have a problem in the server.properties file at the line:

server-port=

It’s supposed to say something like:

server-port=25565

But it’s either missing the value, or the lines above this line are somehow malformed. It is also very possible to simply delete all of these files, as they will be regenerated. You then just need to update the lines to match what you actually want in terms of things like the server port, etc.

Or, is the file missing entirely?

i think the file is missing completely because when i go to /var/games/minecraft/servers all i see is a server folder or is the file servername in the server folder?

server.properties exists in each server’s directory.

So there would be one in:

/var/games/minecraft/servers/FreeWorld(Server)/server.properties

Looking at this more closely makes me realize that you have parentheses in your server name, which is probably the issue.

oh okay that may be the problem i can change that and see if it works
but thats just an import though

and the problem seems to still be there