Overview

Port Forwarding mode publishes selected VPS services through the SixtyNet relay endpoint. You choose the destination port and protocol; the system automatically assigns an available public port.

Important: Port Forwarding and IP Whitelist are mutually exclusive. Only one mode can be active for a VPS at a time.

Open Residential-Pro Access

  1. Sign in to the SixtyNet Client Area.
  2. Open Services and select your Residential-Pro VPS.
  3. Choose Manage Access & Ports.
  4. Select the Port Forwarding tab.
Open Manage Access and Ports from the VPS product pageOpen your VPS product page and select Manage Access & Ports under Actions.

Create a port mapping

  1. Enter the Destination port used by the service inside your VPS.
  2. Select TCP, UDP, or TCP + UDP.
  3. Optionally enter a short remark such as SSH, RDP, or Game server.
  4. Click Add mapping.
  5. After creation, copy the automatically assigned public port from the mapping table.

Customers cannot select the public port. It is assigned automatically from the available pool to prevent conflicts. Each VPS may have up to 5 port mappings.

Create a port mapping with an automatically assigned public portChoose the VPS destination port and protocol. The public port is assigned automatically after you click Add mapping.

Connect to the mapped service

Use the relay hostname and assigned public port:

relay-us.sixtynet.net:ASSIGNED_PUBLIC_PORT
Connect through the relay hostname and assigned public portConnect to relay-us.sixtynet.net using the public port shown in the mapping table.

Examples

ServiceDestination portRecommended protocolConnection example
SSH22TCPssh -p PUBLIC_PORT user@relay-us.sixtynet.net
Remote Desktop3389TCP + UDPrelay-us.sixtynet.net:PUBLIC_PORT
Web applicationYour application portTCPhttp://relay-us.sixtynet.net:PUBLIC_PORT

Replace PUBLIC_PORT with the number shown in your mapping table. Always use the relay hostname rather than a fixed relay IP address.

Delete a mapping

Click Delete next to the mapping and confirm the action. The public port stops forwarding after the deletion succeeds.

Switch from IP Whitelist

Select the Port Forwarding tab and open the dedicated switch confirmation page. Confirming the switch removes the current whitelist and enables Port Forwarding mode. After the switch succeeds, only port-forwarding controls are displayed.

Troubleshooting

  • Confirm that the portal shows Mode: Port forwarding and the mapping status is Ready.
  • Use the assigned public port, not the destination port, when connecting to the relay hostname.
  • Confirm that the service is listening on the destination port inside the VPS.
  • Check the VPS operating-system firewall and application bind address.
  • TCP and UDP are separate protocols. Select TCP + UDP when the application requires both.
  • Connectivity may vary by ISP or region; reachability from every network is not guaranteed.

Security recommendations

  • Publish only the ports you need and delete unused mappings.
  • Use strong authentication, SSH keys, and current software.
  • Do not expose administrative dashboards without their own authentication and access controls.
Was this answer helpful? 0 Users Found This Useful (0 Votes)