logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/coturn
or

Install via npx

npx @hexmos/ipm i coturn/coturn

Prerequisites

libevent2

library

Version: >=2.0.0

openssl

package_manager

Version: 1.1.1

prometheus-client-c

library

Version: 0.1.0

Hiredis

library

Version: 2.0.0

MariaDB/MySQL

system_package

Version: 5.7.34

Redis

library

Version: 6.2.0

SQLite

system_package

Version: 3.38.0

PostgreSQL

system_package

Docker

package_manager

Version: 20.10.1

docker-compose

system_tool

Version: 1.39.0

curl

package_manager

Version: 7.84.0

git

system_tool

Version: 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 stdout

Build from Source

make

Post 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`.