You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, I am running an MC Bedrock server on an Ubuntu box. Install went smoothly (first time user to LinuxGSM v24.3.1), I am able to see the server at https://mcsrvstat.us/ and my kids can login both with their PCs and Xboxs and play with no problems. However when I run ./mcbserver detail I am getting an incorrect 'Internet IP' and when I run ./mcbserver monitor it fails:
Minecraft Bedrock Server Details
===========================
Server name: Abby's MC Server
Server IP: 0.0.0.0:19132
Internet IP: xx.xx.xx.66:19132. <---- This is incorrect
Maxplayers: 10
Game mode: survival
Status: STARTED
mcbserver Script Details
===========================
Script name: mcbserver
LinuxGSM version: v24.3.1
glibc required: 2.27
User: gameuser
Location: /home/gameuser/gameserver
Config file: /home/gameuser/gameserver/serverfiles/server.properties
Running curl https://ipinfo.io/ip returns the servers correct external IP address.
So while the server is working great and I can see it correctly using https://mcsrvstat.us/, I would like to have the internal details and monitor work correctly as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As the title says, I am running an MC Bedrock server on an Ubuntu box. Install went smoothly (first time user to LinuxGSM v24.3.1), I am able to see the server at
https://mcsrvstat.us/
and my kids can login both with their PCs and Xboxs and play with no problems. However when I run./mcbserver detail
I am getting an incorrect 'Internet IP' and when I run./mcbserver monitor
it fails:Running
curl https://ipinfo.io/ip
returns the servers correct external IP address.So while the server is working great and I can see it correctly using
https://mcsrvstat.us/
, I would like to have the internal details and monitor work correctly as well.Thank You
Beta Was this translation helpful? Give feedback.
All reactions