Documentation Index
Fetch the complete documentation index at: https://docs.edisglobal.com/llms.txt
Use this file to discover all available pages before exploring further.
🔓 Does EDIS Global block or restrict ports?
No. EDIS Global does not block, filter, or restrict incoming or outgoing TCP/UDP ports on VPS services. Your VPS is connected directly to the network through a virtual Ethernet interface and bridge. There are no provider-side firewalls, NAT layers, or port restrictions in between that would require ports to be “opened” manually by EDIS Global staff. If you need to use a specific port such as:1080808044325565338951820
Exception: Port 25 (SMTP). Outbound traffic on port
25 is rate-limited by default. We apply this rate limit to protect both our network and our customers from the negative impacts of spamming activities. For more details see our Port 25 SMTP Rate Limit Policy.⚙️ What do you need to do?
Port accessibility is entirely managed inside your VPS operating system. Typical requirements include:- Configuring your application to bind to the desired port
- Ensuring your software is actively listening on the port
- Allowing the port in your operating system firewall
- Verifying that the service is running correctly
- Configure Nginx or Apache to listen on port
443 - Configure a SOCKS proxy on port
1080 - Configure WireGuard on port
51820 - Configure Remote Desktop on port
3389
🛡️ Operating system firewalls
Some operating systems enable local firewalls by default. Examples:Linux
ufwiptablesnftablesfirewalld
Windows
- Windows Defender Firewall
🌍 Government or ISP restrictions
Please note that EDIS Global has no control over restrictions imposed by:- Governments
- National regulators
- ISPs
- Mobile carriers
- Corporate firewalls
🔎 How to verify if a port is listening
Linux
Check listening ports:Windows
Open PowerShell:🧪 Testing connectivity
You can test whether a service is reachable using tools such as:telnetnc(netcat)curl- external port checkers
- another VPS/server