Installation

Fully Supported OS

  • Debian 10 Buster (OldOldStable)
    Update through 2024-06 or later
  • Debian 11 Bullseye (OldStable)
    Update through 2026-06 or later
  • Debian 12 Bookworm (Stable)
    Update through 2028-06 or later
  • Ubuntu 20.04 Focal (LTS)
    Update through 2025-04 or later
  • Ubuntu 22.04 Jammy (LTS)
    Update through 2027-04 or later
  • Ubuntu 23.04 Lunar
    Update through 2024-01 or later
  • Ubuntu 23.10 Mantic
    Update through 2024-06 or later

We support LTS and current releases of Debian and Ubuntu, as well as releases that are going to be GA soon. Running on an ARM64 platform is currently an experimental feature, but we plan to keep supporting it in the long term.

Install via DEB

apt install -y lsb-release ca-certificates apt-transport-https curl gnupg dpkg
curl -sS https://n.wtf/public.key | gpg --dearmor > /usr/share/keyrings/n.wtf.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/n.wtf.gpg] https://mirror-cdn.xtom.com/sb/nginx/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/n.wtf.list
apt update
apt install -y nginx-extras

Install from Docker

Check out Docker image for nginx-docker (opens in a new tab).

Unsupported OS

  • Ubuntu 18.04 Bionic (LTS)
    Last update 1.25.1-1nwtf+309quic1

We do not provide full and long term support for legacy OS, but you can use it at your own risk. Unsupported OS will not always get the latest update and is on a best efforts basis.

apt install -y apt-transport-https lsb-release ca-certificates curl gnupg
curl https://n.wtf/public-rsa.key | apt-key add -
curl https://n.wtf/public.key | apt-key add -
echo "deb https://mirror-cdn.xtom.com/sb/nginx/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/n.wtf.list
apt update
apt install -y nginx-extras

Removed OS

We no longer provide packages for those OS:

  • Debian 8 Jessie
  • Debian 9 Stretch
  • Ubuntu 14.04 Trusty
  • Ubuntu 16.04 Xenial
  • Ubuntu 18.10 Cosmic
  • Ubuntu 19.04 Disco
  • Ubuntu 19.10 Eoan
  • Ubuntu 20.10 Groovy
  • Ubuntu 21.04 Hirsute
  • Ubuntu 21.10 Impish
  • Ubuntu 22.10 Kinetic