logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Configure UPnP Ports - Control Router Ports with upnpc | Online Free DevTools by Hexmos

Configure UPnP router ports easily with upnpc. Forward ports, delete redirections, and manage your network's port configuration via command line. Free online tool, no registration required.

upnpc

Configure port forwarding rules on your router via the UPnP protocol. More information: https://manned.org/upnpc.

  • Forward the external TCP port 80 to port 8080 on a local machine:

upnpc -a {{192.168.0.1}} 8080 80 tcp

  • Delete any port redirection for external TCP port 80:

upnpc -d 80 tcp

  • Get information about UPnP devices on your network:

upnpc -s

  • List existing redirections:

upnpc -l

See Also