You are here
I dont knew how to access Minecraft admin panel.
I found on some pages that i should access it via HTTP or HTTPS standard ports, but my sarver don't have that ports opened.
netstat -tnlpu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:10000 0.0.0.0:* LISTEN 2172/perl
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 231/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 653/master
tcp 0 0 127.0.0.1:12319 0.0.0.0:* LISTEN 2170/shellinaboxd
tcp 0 0 0.0.0.0:12320 0.0.0.0:* LISTEN 2126/stunnel4
tcp 0 0 0.0.0.0:12321 0.0.0.0:* LISTEN 2158/stunnel4
tcp6 0 0 :::22 :::* LISTEN 231/sshd
udp 0 0 0.0.0.0:10000 0.0.0.0:* 2172/perl
udp 0 0 0.0.0.0:19132 0.0.0.0:* 1294/bedrock_server
udp 0 0 0.0.0.0:60307 0.0.0.0:* 1294/bedrock_server
udp6 0 0 :::19133 :::* 1294/bedrock_server
udp6 0 0 :::56463 :::* 1294/bedrock_server
How can i run admin pannel?
AFAIK, it doesn't have one!?
TBH, I'm not super familiar with our Gameserver appliance. Other than basic testing, I haven't used it much. And I'm even less familiar with Minecraft.
But from what I can gather, LinuxGSM (the software included in our appliance which actually installs the specific gameserver software; Minecraft in this case) doesn't install a Minecraft server webUI (AFAIK there is no offical/default one). There are a few Minecraft admin web UIs about, but I couldn't recommend one and I'm not sure how you would go about installing one.
So AFAIK, unless you install a web UI, to modify/configure your Minecraft server, you need to edit the server.properties file.
On TurnKey you can use CLI (via SSH or Webshell) or Webmin. Although I'm not 100% sure where you will find this file, but it should be within /home. If you're connecting via SSH, this (run as root) should find it:
FWIW, this command will search within /home for a file ('-type f') with the name of 'server.properties' (case insensitive - '-iname server.properties').
Again if you're using CLI, once you've found it, then you can edit it with nano, like this:
I hope that helps.
Add new comment