Your VPS IP address is used for SSH, Remote Desktop, DNS records, game server connections, and firewall rules. The VPS panel normally shows the public IP, but you can also check from inside the operating system.

 

Check the VPS panel

  1. Open your VPS service from the client area.
  2. Open the VPS control panel.
  3. Check the VPS overview for the public IP address and resource information.

    VPS panel overview showing public IP address and resource information

 

Linux VPS

Show addresses on the VPS:

ip addr

Show the default route:

ip route

Check the public IP seen by external services:

curl -4 ifconfig.me

 

Windows VPS

Open PowerShell and run:

ipconfig
Get-NetIPConfiguration

 

What the network details mean

DetailMeaning
Public IPThe address people use to reach the VPS from the internet.
Private IPAn internal address that may only work inside the provider network.
Default routeThe route Linux uses to send traffic out to the internet.
PortThe application-specific number used by SSH, RDP, game servers, web servers, and panels.

 

Game server addresses

A game server address normally needs both the IP and the game port. For example:

45.92.36.217:25565

If the IP is correct but players cannot connect, check the service is listening and the firewall allows the port.

  • 0 用戶發現這個有用
這篇文章有幫助嗎?

相關文章

What is a VPS and how can one be used for Game Hosting?

A VPS, or Virtual Private Server, is a private slice of a larger physical server. You get your...

How to access your VPS

After your VPS has been created, you need to connect to it before you can install software,...

How to reboot, shut down, or start your VPS

The VPS control panel includes power controls for stopping, restarting, and starting your VPS...

How to use the VPS console or VNC

The VPS console, also called VNC, lets you view and control the VPS even when SSH or Remote...

How to reinstall or rebuild your VPS

Reinstalling a VPS replaces the current operating system with a fresh install. This is useful...