Point-to-Point Tunneling Protocol. Legacy VPN — insecure, avoid.
Test it now with our Port Scanner
| Port | 1723 |
|---|---|
| Service | PPTP VPN |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | Point-to-Point Tunneling Protocol |
Online: Use our Port Scanner — enter your IP and port 1723.
Command line:
nc -zv your-server-ip 1723 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 1723 (PowerShell)
Check locally:
ss -tlnp | grep :1723 (Linux) netstat -an | findstr :1723 (Windows)