Next Generation Server Panel

The High-Performance
Go-Powered
Hosting Ecosystem.

Ditch heavy interpreters and slow, memory-bloated runtime engines. Onifast compiles central dashboards, SMTP MTAs, name servers, virtual FTP daemons, WebSocket gateways, S3 bucket storage, and HTTP hosting services into zero-dependency, hyper-optimized static binaries.

onifast-installer.sh
root@linux:~# curl -fsSL https://onifast.com/install.sh | sudo ACCEPT_EULA=true bash
Click the "Run Script" button in the top right to simulate the real Onifast ecosystem automated deployment cycle!
100% Go Native
Linux PAM Secure
Millisecond Speed
SQLite WAL Engine

7 Modular Services. One Interconnected Engine.

Every layer of Onifast is engineered as a standalone static microservice. Pick only what you need, run everything asynchronously, and update isolated modules with zero system downtime.

Online

onifast-panel

Dual-mode Root & User administration dashboard with PAM identity checks.

:4050 / :4051
Online

onifast-web

High-speed hosting HTTP/2 server featuring a native Apache .htaccess parser.

:80 / :443
Online

onifast-s3

S3-compatible block storage hub with dynamic image thumbnail builders.

:4032
Online

onifast-dns

Authoritative nameserver compiling lightning-fast domain caches.

:53 UDP/TCP
Online

onifast-mail

Compact mail transfer agent (MTA) supporting DKIM, SMTP relays and Webmail.

:25 / :587
Online

onifast-ftp

Chroot virtual FTP daemon integrated with PAM fallbacks and brute blockers.

:2121
Online

onifast-relay

Smart WebSocket port forwarding and reverse HTTP bridge gateways.

:4052 / :4053

onifast-panel

Active
Primary Ports: 4050 (Root), 4051 (User)
Interface Scope: Public WAN Interface
Database Layer: SQLite WAL + MySQL Cluster

The central administrative UI. Written in Go, it runs its own HTTP server, embedding all assets and templates directly inside the static binary. It coordinates system PAM authentication, domain settings, database creation, user storage pools, backup pipelines, and cron jobs.

Secure Linux PAM Account Matching
Integrated File Management Editor
Real-time System Telemetry & Log Audit
Read Service Specs

Why Server Admins Choose Onifast

We built Onifast to break the trade-off between performance and features. Get modern management utilities at raw, native speed.

Zero Runtime Dependencies

No interpreters, VM stacks, or runtime framework packages needed. Compiled Go binaries boot up instantly and operate directly at native Linux performance.

Linux PAM Authentication

Login securely using your operating system's absolute source of truth. Your server's OS credentials protect the Onifast panel with no secondary credential tables.

Native .htaccess Parser

Migrate Apache configurations seamlessly. The Go rewrite engine translates RewriteRule, Header, ProxyPass and custom headers instantly without slow proxy loops.

Local & Proxy S3 Storage

Coordinate block storage objects using a unified S3-compatible structure. Features auto-scaling image optimization and dynamic width resizing on the fly.

Secure WS Port Forwarding

Tunnel traffic to servers situated behind deep NAT firewalls using light, persistent WebSockets. Like self-hosted ngrok with zero per-connection fees.

Instant Telegram Alerts

Monitor security parameters in real time. Get instant Telegram alerts whenever system admins log in, FTP files change, or tunnel interfaces restart.

Comparison Matrix

See how the next-generation compiled Go stack outperforms traditional PHP/Python hosting panel platforms.

Functional Vector Onifast (Go Engine) Legacy Panels (cPanel/Plesk)
System Dependencies None (Static Binaries) Monolithic PHP/Python interpreters
Rewrite Support Native .htaccess parser Apache proxies or manual nginx transforms
Relay & WS Tunnels Out-of-box built-in Requires third-party agents
Single Sign-On Token authentication Isolated, discrete portals
Idle RAM Footprint Less than 20MB 1.2GB to 2.5GB RAM typical
Telemetry & Alerting Real-time Telegram API Standard server email logs

Frequently Asked Questions

Got questions about how Onifast operates? We have answers.

Onifast is designed in pure Go. It splits functional server layers (Panel, Web hosting, Object S3, Authoritative DNS, Mail Server, FTP Server, WebSocket Tunneling) into independent static services. They communicate securely over local ports and use shared SQLite Write-Ahead Logging (WAL) configuration pools.
Yes. Onifast utilizes native Linux PAM (Pluggable Authentication Modules) for account validation. This means Onifast does not store primary passwords in secondary databases; instead, it uses the host Linux system accounts, inheriting standard system policies, quotas, security logs, and PAM restrictions.
Yes! The high-performance `onifast-web` binary incorporates a built-in virtual host rewrite parsing engine. It natively evaluates RewriteRule, ProxyPass, custom Headers, and Directory blocks. You can migrate standard Apache virtual sites straight to Onifast with zero code modifications.
`onifast-relay` enables developers to host services on domestic computers (e.g. WSL, Raspberry Pi, local servers behind NAT) and expose them to the public WAN over persistent outbound WebSocket bridges. It maps incoming subdomains (like p8080.agent.onifast.com) straight through to your NAT'ed local ports.
Latest: v0.0.207

Get Started with Onifast Today

Install the entire 7-service Go ecosystem in less than 30 seconds. Runs cleanly on Ubuntu & Debian.

wget -qO- https://download.onifast.com/latest/install.sh | sudo bash
All Downloads Read the Docs
Installation command copied to clipboard!