I'm quite interested by easypanel and I wanted to give a try installing it on my homelab.
Sadly I'm unable to install it, the installer seems to always get stuck in the middle.
It nevers goes past Easypanel service was created.
I started on a fresh ubuntu 22 VM:
user is root
default fresh ubuntu VM ubuntu-22.04-standard_22.04-1_amd64
plenty of resource 8GB or RAM, 12 CPU, 32GB drive of SSD
But one of the first time I get so much trouble starting a docker container 😄
What I tried
I tried to access it anyway on the IP Bad Gateway. Traefik is up but easypanel is not
I waited for more than 15min, and nothing is happening (no CPU or ram usage either, it just seem to be hanging there)
I wipeout reprovision the VM multiple times (at almost any of the following tests): No change
I tried to replace the curl -sSL https://get.docker.com | sh by the ubuntu deb version, thinking that maybe there was an issue with docker install: No change
I tried to use the canary version instead of stable: No change
I tried to run it with a specific user and not root directly: No change
I tried to use a more updated image ubuntu-23-10 : No change
Logs
Unable to find image 'easypanel/easypanel:latest' locally
latest: Pulling from easypanel/easypanel
Digest: sha256:f45ae0ce197484f930e99436bae25eb66319cd50a6d3181dcf272fa4081cec03
Status: Downloaded newer image for easypanel/easypanel:latest
Swarm was initilized
Network was created
Default certificate was created
2.8: Pulling from library/traefik
Digest: sha256:72164cb63797a902ba7c33dcb75349644bbf762323a0fed961ae25f54635ac93
Status: Downloaded newer image for traefik:2.8
docker.io/library/traefik:2.8
Traefik image was pulled
Traefik config was created
Traefik service was created
latest: Pulling from easypanel/easypanel
Digest: sha256:f45ae0ce197484f930e99436bae25eb66319cd50a6d3181dcf272fa4081cec03
Status: Image is up to date for easypanel/easypanel:latest
docker.io/easypanel/easypanel:latest
Easypanel image was pulled
Easypanel service was created
Description
I'm quite interested by easypanel and I wanted to give a try installing it on my homelab.
Sadly I'm unable to install it, the installer seems to always get stuck in the middle. It nevers goes past
Easypanel service was created
. I started on a fresh ubuntu 22 VM:ubuntu-22.04-standard_22.04-1_amd64
But one of the first time I get so much trouble starting a docker container 😄
What I tried
Bad Gateway
. Traefik is up but easypanel is notcurl -sSL https://get.docker.com | sh
by the ubuntu deb version, thinking that maybe there was an issue with docker install: No changeubuntu-23-10
: No changeLogs