Notebooks

Port Forwarding

EXPOSING PORTS TO THE INTERNET

When executing certain commands in your terminal, there is a possibility that these commands expose a service running on a specific port. A prime example of this is when utilizing a websocket server like laravel-websockets or a Vite server. It is often essential to establish connections to these running ports from any location. PHPSandbox simplifies this task significantly by automatically identifying processes initiated on any port and promptly creating tunnels for internet connectivity. The resulting URL follows the format of {NOTEBOOK_ID}-{PORT}.ciroue.com. For instance, if your Notebook ID is "xmrl" and you run a process on port 3000, the port 3000 would be automatically exposed to the internet and accessible at xmrl-3000.ciroue.com. You would get a pop up notification once the exposed URL is available to start receiving traffic.

Expose Tunnel

Previous
Bash