Port 1080 (SOCKS) — What It Is and How to Use It

Port 1080 is the well-known port for the SOCKS (Socket Secure) proxy protocol. SOCKS acts as a general-purpose proxy, allowing clients to traverse network firewalls and access resources that would otherwise be unreachable, effectively routing network traffic through an intermediary server.

Last updated: 2026-06-11

RECOMMENDED

Secure Your Connection with NordVPN

Protect your SSH sessions and network traffic with the gold standard in VPN security. Get up to 60% off.

Get NordVPN Security →
Port Number 1080
Protocol SOCKS

Common Use Cases

  • Bypassing network firewalls or restrictions to access blocked content or services.
  • Enhancing privacy and anonymity by masking the client's true IP address.
  • Tunneling various network protocols (e.g., HTTP, FTP, SMTP) through a single proxy connection.
  • Accessing internal network resources from external networks securely.

Interactive Command Builder

nc -zv example.com 1080

Check if Port 1080 is Open

sudo netstat -tulnp | grep 1080
netstat -ano | findstr :1080
⚠️ Security Note: Leaving port 1080 open on a public-facing server without proper authentication and access controls can expose your network to unauthorized access and potential abuse, as it can be used for relaying malicious traffic or launching attacks. It's crucial to secure SOCKS proxies with strong authentication and restrict access to trusted clients.

Related Ports

Frequently Asked Questions

Is port 1080 dangerous to leave open?

Yes, if left open without proper security measures (like authentication and access control), port 1080 can be dangerous. It can be exploited by attackers to relay malicious traffic, bypass security controls, or gain unauthorized access to internal networks.

What service uses port 1080?

Port 1080 is primarily used by the SOCKS (Socket Secure) proxy protocol. SOCKS proxies are used to route network traffic between a client and a server through an intermediary server, often for bypassing firewalls or enhancing privacy.