3478
TCPUDP
STUN/TURN
STUN/TURN Server
⚠️ Security: DependsStatus: Active🌐 Category: Network
📋 Basic Information
- Port Number
- 3478
- Protocol
- TCPUDP
- Service
- STUN/TURN
- Popularity
- 🔥 High
🔒 Security Information
💡
Security Notes
NAT traversal protocol, TURN server requires authentication
🛠️ Installation
🐧Linux
# Ubuntu/Debian - Coturn STUN/TURN Server
sudo apt-get update
sudo apt-get install coturn -y
sudo systemctl start coturn
sudo systemctl enable coturn
# 설정 파일: /etc/turnserver.conf🐳Docker
docker run -d --name coturn --network host coturn/coturn🔗 Related Ports
5060🔥
SIP
Session Initiation Protocol
TCPUDP
Session Initiation Protocol for VoIP call signaling, real-time voice/video session setup, and IP telephony systems
🔓 Security: Insecure⚙️ Category: Other
5061
SIPS
SIP over TLS
TCP
SIP over TLS for encrypted VoIP signaling, secure voice calls, and end-to-end encryption
🔒 Security: Secure⚙️ Category: Other
443🔥
HTTPS
HTTP over TLS/SSL
TCP
Standard port for HTTPS web servers. Provides encrypted web communication using SSL/TLS.
🔒 Security: Secure🌐 Category: Web