Built for sysadmins — fast, secure, and easy to configure

Serve your website in minutes, not hours

Ferron is a fast web server with automatic TLS certificate management, easy configuration, and rock-solid security — so you can go live in minutes.

Command not available

Watch, as Ferron serves a website with automatic TLS setup in minutes.

The problem with popular web servers

Despite powering much of the internet, popular web servers (such as Apache and NGINX) weren't designed for ease of use, security, or modern developer experience.

Complex configurations

Have you spent hours configuring a web server just to set up a website? NGINX configs can become verbose, even for something as common as a high-performance reverse proxy. Apache's directives can be hard to navigate too, with many options that can make simple tasks needlessly hard.

Security concerns

Many popular web servers (such as Apache and NGINX) are written in memory-unsafe languages (like C) and rely on low-level libraries. While mature and widely audited, this class of software has historically been more vulnerable to memory-safety bugs, such as Heartbleed in OpenSSL, increasing the potential impact of defects.

Performance bottlenecks

Apache's traditional process- and thread-based architectures can be less efficient under high concurrency and modern workloads, often needing more resources to achieve the same throughput as newer, event-driven servers.

Why choose Ferron?

Designed with modern web hosting needs in mind, Ferron combines speed, security, and ease of use in one powerful package.

Fast

Thoroughly optimized for speed with support for high concurrency.

Memory-safe

Built with memory safety as a priority, eliminating common security vulnerabilities.

Automatic TLS

Automatic SSL/TLS certificate acquisition and renewal with Let's Encrypt integration.

Easy configuration

Simple, intuitive configuration with sensible, secure defaults and comprehensive documentation.

Powerful reverse proxy

Advanced reverse proxy capabilities with support for load balancing and health checks.

API-friendly

Built-in support for modern API patterns including WebSockets.

Performance built for real traffic

Ferron delivers high performance under real-world web workloads, without requiring expert-level tuning.

High concurrency

Designed for large numbers of simultaneous connections without artificial keep-alive limits or backend pool starvation.

Modern protocols

Optimized for modern protocols (HTTP/2 and experimental HTTP/3), allowing for efficient multiplexing and low-latency connections.

Efficient by design

Asynchronous event-driven architecture provides predictable performance and lower memory usage under load.

No tuning required

High performance out of the box; you don't have to adjust worker counts, pools, or any other hidden limits.

Quick installation

Get started with Ferron in minutes. Choose your preferred platform and installation method.

Command not available

Manual download

Download the binary directly from our releases page.

Download releases

Build from source

Compile Ferron from source for maximum customization.

Build instructions

Package managers

Install via popular package managers on any platform.

View instructions

Simple configuration

Ferron has simple, intuitive configuration, compared to more complex configurations of some popular web servers.

Popular web server (NGINX host configuration)

server {
    listen 80;
    listen 443 ssl http2;

    server_name example.com;
    server_tokens off;

    # Assuming you use Certbot for automatic certificate management
    ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
    ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;

    root /var/www/html;
    gzip on;

    location / {
        try_files $uri $uri/ =404;
    }
}

Ferron 2

// TLS certificate is obtained automatically by Ferron
example.com {
    root "/var/www/html"
}

What our community says

Don't take our word for it — hear from the system administrators and developers who use Ferron every day.

I suspect that people don't like changing web servers, and perhaps that's why it took the industry so long to move away from Apache. Ferron actually looks great — great performance, automatic TLS, easy reverse proxy configuration and more. Congrats on shipping this!

Yo'av Moshe

Co-founder of Zaraz, acquired by Cloudflare

Awesome :) Best of luck with the project!

Matthew Holt

Author of the Caddy web server

Replacing Sōzu with @ferron_web because the madlad actually went out of his way to do a benchmark when I asked

Lukáš Hozda

I just switched to @ferronweb on my pi to serve services at home. Imho ferron is just way easier to configure than anything else.

Andreas Wachter

You may want to check out what Ferron is doing. I've been using it for a few months. Highly recommend. (...) Significantly easier to set up than nginx, and by far the most effortless auto TLS integration. (...) Highly recommend using the v2 docker images though. It now uses KDL for configuration, which is much cleaner than YAML. The syntax is versatile enough that you can create a custom DSL of sorts. Ferron uses it to replicate if statements, and uses them to filter access by IP or headers.

Michael Murphy

Engineer at System76 and Pop!_OS maintainer

just tried it for serving a fastapi. It's fantastic. Instant TLS via Let's Encrypt. There may be other webservers that are equally easy, but this one is certainly easier than Apache or ngninx, which I used so far. Love it.

Thomas Walther

Founded and sold an AI startup to Spotify

Ready to elevate your web infrastructure?

Join many sysadmins and developers using Ferron to serve websites faster, more securely, and with less overhead.