Raspberry Pi model used: Raspberry Pi 4B 4GB RAM version
1Panel is a modern, open-source Linux server operation and maintenance management panel.
SSH into Raspberry Pi
Create a root password
sudo passwd root
Enter root mode
Installation and deployment:
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && bash quick_start.sh
Installation failed prompt
Manually install Docker
https://docker-practice.github.io/zh-cn/install/raspberry-pi.html
Enter the following two commands to install Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
If the following information appears, the installation is successful:
Continue to install 1Panel, if the following information appears, the installation is successful
Enter 192.168.31.118:14550 in the browser to access the panel (192.168.31.118 is the internal network address of my Raspberry Pi, and 14550 is the port set during the installation of 1Panel). Set the username and password for the first time opening:
Log in to the 1Panel panel with the set username and password:
Login successful: