External Connection Settings
Connecting via HTTP URL
Connect to a web server (such as nginx, django, node.js) running on the target port of the instance using a URL.
Go to the instance detail page and select the "External Connection Settings" tab, then choose the "HTTP" tab.
If there are no existing connections, click on the Create Connection button.
In the connection creation dialog, enter the target port (the port of the instance) and click on the create button.
You can access the target port (40010) through the connection URL.
Connecting via TCP address
Connect to a TCP server (such as SSH, FTP) running on the target port of the instance using an IP:Port for connection.
Go to the instance detail page and select the "External Connection Settings" tab, then choose the "TCP" tab.
Click on the Create Connection button.
Enter the target port (the port of the instance) and click on the Create button.
You can access the target port (40020) through the assigned tunnel's TCP address (14.35.173.13:55521).
Last updated