How to Install easypanel on Ubuntu 22.04

Endrit Qerreti

Endrit Qerreti

Easypanel is a server control panel software that you can use to deploy many apps on your website.

In this tutorial you will learn how to install easypanel on Ubuntu 22.04.

Server requirements

OS: Ubuntu

RAM : MIN 2GB

Step 1 - Update your system

Login into your server through ssh and run the update command

sudo apt update

Once server is updated move to step 2

Step 2 - Install Easypanel

Once server update has been finished, run the command below to install easypanel.

curl -sSL https://get.easypanel.io | sh

You should see an output like this

root@owlhowto:~# curl -sSL https://get.easypanel.io | sh
# Executing docker install script, commit: 4f282167c425347a931ccfd95cc91fab041d414f
+ sh -c apt-get update -qq >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sh -c mkdir -p /etc/apt/keyrings && chmod -R 0755 /etc/apt/keyrings
+ sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg
+ sh -c chmod a+r /etc/apt/keyrings/docker.gpg
+ sh -c echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable" > /etc/apt/sources.list.d/docker.list

This means easypanel is getting installed on your system, once setup finishes you should see the IP of your server on the console from where you can access easypanel.

Step 3 - Setup Easypanel

Next, navigate to your server's public ip and you should see this window. Here you need to enter your email address and password that you want to use to login on the panel.

Click Setup, and it should log you into the panel

Conclusion

In this tutorial you learned how to install easypanel on your server running Ubuntu 22.04.