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 | shThe 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.
DigitalOcean
Create an Easypanel Droplet
AWS
Launch from AWS Marketplace
Vultr
Deploy a Marketplace app
Linode
Create a Marketplace Linode
Hostinger
Provision a VPS with Easypanel
Kamatera
Launch a preconfigured server
Cloudzy
Deploy an Easypanel VPS
LetsCloud
Launch an Easypanel server
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 | shNext, 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