tang

现代魔法学院

[Installing 1Panel Management Panel on Raspberry Pi]

Raspberry Pi model used: Raspberry Pi 4B 4GB RAM version

image

1Panel is a modern, open-source Linux server operation and maintenance management panel.

SSH into Raspberry Pi
image

Create a root password

sudo passwd root

image
Enter root mode
image

Installation and deployment:

curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && bash quick_start.sh

image
Installation failed prompt
image
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:

image

Continue to install 1Panel, if the following information appears, the installation is successful

image

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:

image

Log in to the 1Panel panel with the set username and password:

image

Login successful:

image

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.