Learn how to make your Pod services accessible from the internet using HTTP proxy and TCP port forwarding
[POD_ID]
with your Pod’s unique identifier and [INTERNAL_PORT]
with your service’s internal port. For example:
abc123xyz
4000
https://abc123xyz-4000.proxy.runpod.net
524
error.70000
and 70001
in your Pod configuration, you could use the following commands to retrieve the assigned ports:
RUNPOD_TCP_PORT_70000
) in your application configuration to automatically adapt to assigned ports.
0.0.0.0
(all interfaces) not just localhost
or 127.0.0.1
.