Configure raw TCP and UDP traffic through Pangolin tunnels
<server-public-ip>:<mapped-port>
. This is useful if you want to access the resource over the public internet, such as exposing a game server like Minecraft.Create the resource
Configure firewall
Configure Docker
docker-compose.yml
file:Configure Traefik
config/traefik/traefik_config.yml
:protocol-port
(e.g., tcp-1602
, udp-1704
). This naming is required for Pangolin’s dynamic configuration.Restart the stack
--accept-clients
, it operates fully in user space without creating a virtual network interface on the host. This means:
Create the resource
2022
(or any available port).Add the target
localhost:22
(your SSH service).Connect and access
<site-address>:2022
.