Installing FeatherPanel
Supported Systems
The following is a list of supported operating systems. Please note that this is not an exhaustive list—there is a high probability that you can run FeatherPanel on other Linux distributions with minimal adjustments. You are responsible for determining which packages may be necessary on those systems. Newer releases of the supported OSes below are also likely to work, even if not explicitly listed.
| Operating System | Version | Supported | Notes |
|---|---|---|---|
| Ubuntu | 20.04 | ✅ | Documentation assumes Ubuntu 20.04 as the base OS. |
| 22.04 | ✅ | ||
| 24.04 | ✅ | ||
| RHEL / Rocky Linux / AlmaLinux | 8 | ✅ | |
| 9 | ✅ | ||
| Debian | 11 | ✅ | |
| 12 | ✅ |
If your system is not listed above, you may still be able to install and run FeatherPanel by installing the required dependencies for your distribution.
Installing FeatherPanel
Installation
FeatherPanel now also supports Windows! Curious to try it out? This build is for testers and adventurous users.
Linux
Install Beta Build:
curl -sSL https://get.featherpanel.com/beta.sh | bashWindows
PowerShell:
iwr https://get.featherpanel.com/beta.ps1 | iexCommand Prompt (CMD):
powershell -ExecutionPolicy Bypass -Command "iwr https://get.featherpanel.com/beta.ps1 | iex"Exposing FeatherPanel on Windows
If you want to access FeatherPanel remotely on Windows, consider using the Cloudflare Tunnel agent to securely expose the FeatherPanel port over the internet or to your local network.
Note: We do not provide support for IIS, Apache2, or other Windows web servers for proxying or hosting FeatherPanel.
This will install the latest beta build of FeatherPanel on your system.