3478

TCPUDP

STUN/TURN

STUN/TURN Server

⚠️ Security: DependsStatus: Active🌐 Category: Network

📋 Basic Information

Port Number
3478
Protocol
TCPUDP
Service
STUN/TURN
Popularity
🔥 High
Description
STUN and TURN server for NAT traversal. Used by WebRTC, VoIP, and other real-time communication protocols to traverse NAT
Tags
webrtcvoipnatrealtime

🔒 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