EasypanelDocs

Getting Started

Install Easypanel on a fresh server.

Install with the Script

Run this command as root on a fresh Ubuntu server with at least 2 GB of RAM. Ports 80 and 443 must be available.

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

The script installs Docker when needed, initializes Docker Swarm, and starts Easypanel.

Install from a Cloud Marketplace

You can install Easypanel using our one-click solution in several cloud providers.

Install with Docker

Easypanel is powered by Docker, so you need to install it first. Most cloud providers have server images that come with Docker preinstalled.

curl -sSL https://get.docker.com | sh

Next, you need to install Easypanel by executing the following command. Make sure you have root (sudo) privileges before running the command.

docker run --rm -it \
  -v /etc/easypanel:/etc/easypanel \
  -v /var/run/docker.sock:/var/run/docker.sock:ro \
  easypanel/easypanel setup