Tools
Port Forwarding
Run web applications directly from your server with secure browser access.
Port Forwarding
Run web applications directly from your server and access them through the browser with secure port forwarding.
How It Works
- Run Your Application: Launch your web application (like a Flask app, Streamlit dashboard, or React development server) on your server.
- Secure Access: Access your application through a secure, public URL generated specifically for your session.
Using Port Forwarding
The port forwarding interface is located in the bottom panel alongside the terminal:
- View Running Applications: See all applications running on open ports.
- Access URL: Each forwarded port gets a unique URL that remains active as long as your application is running.
- Copy URL: Easily copy the public URL to share with others or use in other applications.
Configuring Ports
To change the default port configurations:
- Stop your server from the “Manage Servers” page.
- Click the “Edit” button for your server.
- Modify the port settings in the configuration panel.
- Restart your server with the new configuration.
Make sure your application is set to listen on 0.0.0.0
rather than just localhost
to ensure it’s accessible through port forwarding.