We're Always Here To Help
Reach out to us through any of these support channels
An even more secure alternative to port forwarding is to use a Virtual Private Network (VPN). A VPN creates a secure, encrypted tunnel into your home network. You can access your WebcamXP server as if you were on your local network without ever exposing the port to the public internet, making it far more difficult for attackers to find.
location / proxy_pass http://127.0.0.1:8080/; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme;