Skip to main content
Each server on Aisbir Cloud receives a dedicated IP address and port allocation to allow inbound connections over the internet.

1. Viewing Server Port Allocations

  1. Open your server in the panel and click the Network tab.
  2. You will see:
    • IP Alias / Node IP: The public IP address of the node hosting your container (e.g. 103.xx.xx.xx).
    • Port: The unique port number assigned to your server (e.g. 25565 or 8080).
    • Primary Allocation: The default port mapped to the SERVER_PORT environment variable.

2. Dynamic Port Binding in Application Code

To ensure your web app or API binds properly without EADDRINUSE errors, always read dynamic port environment variables and listen on 0.0.0.0:
Last modified on August 30, 2026