How to install coturn/coturn. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
coturn/coturn Installation Guide
How to install coturn/coturn. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for coturn/coturn. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i coturn/coturnor
Install via npx
npx @hexmos/ipm i coturn/coturnPrerequisites
libevent2
libraryVersion: >=2.0.0
openssl
package_managerVersion: 1.1.1
prometheus-client-c
libraryVersion: 0.1.0
Hiredis
libraryVersion: 2.0.0
MariaDB/MySQL
system_packageVersion: 5.7.34
Redis
libraryVersion: 6.2.0
SQLite
system_packageVersion: 3.38.0
PostgreSQL
system_packageDocker
package_managerVersion: 20.10.1
docker-compose
system_toolVersion: 1.39.0
curl
package_managerVersion: 7.84.0
git
system_toolVersion: 2.36.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Linux Distro Installation (APT)
apt install coturn
turnserver --log-file stdoutBuild from Source
makePost Installation Steps
- Start the coturn server using the command: `docker run -d -p 3478:3478 -p 5349:5349 -p 49152-65535:49152-65535/udp -v coturn:/var/lib/coturn coturn/coturn`
- Access the TURN server interface using your web browser by navigating to `http://localhost:3478`. You can also use the REST API endpoint at `http://localhost:5349`.
