I tried to install cyberpanel on my AWS EC2 instance with this specification :
instance type = t2.medium
storage = 15GiB
OS = Ubuntu 20.04 LTS
Script i used to install CyberPanel :
sudo apt update && sudo apt upgrade -y
sudo su -
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
it all works, i can access cyber panel dashboard on port 8090, but when i tried to create a website it always stuck on starting creation. did i does something wrong ?





