Back to Blog
RealPanel 22 (Free)

How to Install Real Panel (XtreamUI, Xtreamcodes) on Ubuntu 20.04

nguyen
June 1, 2024
## Installing RealPanel on Ubuntu 20.04 Installing RealPanel (XtreamUI/Xtreamcodes) on Ubuntu 20.04 requires a few extra steps compared to older Ubuntu versions. ### Step 1: Update the Server ```bash apt update apt upgrade ``` ### Step 2: Fix libpng12 on Ubuntu 20.04 ```bash apt-get -y install software-properties-common sudo add-apt-repository ppa:linuxuprising/libpng12 sudo apt update sudo apt install libpng12-0 ``` ### Step 3: Edit the Sources Edit your apt sources to add the required repositories for RealPanel dependencies. ### Step 4: Install RealPanel Follow the standard RealPanel installation process. The panel will work on Ubuntu 20.04 after applying these fixes. > **Note:** Ubuntu 24.04 users should use **RealPanel 24** instead, which is natively supported.