Platforms shipping ocserv

Ubuntu

The ocserv package is included in Ubuntu. Install with
  # apt-get update
  # apt-get install -y ocserv

RHEL/Centos

The ocserv package is available in RHEL or Centos 6, 7, 8 on the EPEL repository. Install with
  # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
  # yum install -y ocserv

Fedora

The ocserv package is included in Fedora. Install with
  # yum install -y ocserv

Debian

The ocserv package is available in Debian. Install with
  # apt-get update
  # apt-get install -y ocserv

FreeBSD/OpenBSD

An ocserv FreeBSD port is available, and there is an OpenBSD ports package.

OpenWRT

ocserv is part of the OpenWRT packages collection.

Use a merge request to update the information above.