Port 10000 โ Webmin
TCP ยท Port 10000/TCP is used for the Webmin service, a web-based interface for system administration and management. This port allows remote access to the server's configuration and settings, making it a potential entry point for attackers seeking unauthorized control.
- Port Number
- 10000
- Service Name
- Webmin
- Protocol
- TCP
- Common Software
- Webmin
Security Notes
Review IANA registry for port 10000 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 10000 is used for Webmin. Port 10000/TCP is used for the Webmin service, a web-based interface for system administration and management. This port allows remote access to the server's configuration and settings, making it a potential entry point for attackers seeking unauthorized control. Common software: Webmin.
Review IANA registry for port 10000 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 10000 <target> or check locally: ss -tlnp | rg 10000