Official reference documentation: https://1panel.cn/docs/v2/
Description
You need to first flash the Debian12 system image onto the LCSC-TaishanPi-3M-RK3576 development board, then follow the steps below to install Docker.
Note: Before proceeding, please ensure that the LCSC-TaishanPi-3M-RK3576 network is connected!
Required Settings
If you are using images dated before 2026-03-06, before installing Docker, you need to run two commands on the LCSC-TaishanPi-3M Debian12 system:
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy2
When installing 1Panel, Docker will be automatically installed. Docker needs to use iptables for network management. Therefore, we need to set the system's iptables and ip6tables to legacy mode to ensure that 1Panel can run properly.
Switch to Root
Installing 1Panel requires root permissions, so we need to switch to the root user for installation:
sudo su -The default password for the
rootuser isroot. If you haven't changed it before, you can directly use this password to log in.
Install 1Panel
Special Note
It is recommended to use SSH to connect to the development board's terminal for installation. Do not use serial terminal, because the serial terminal may have input issues that could prevent normal installation of 1Panel.
Run the 1Panel one-click installation script as the root user to automatically complete the download and installation of 1Panel:
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"Related installation process:
# Just press Enter for default location
Set 1Panel installation directory (default is /opt):
# Enter y to agree to install
Docker not detected. Do you want to install Docker [y/n]: y
# Enter y to agree to configure Docker mirror acceleration
Do you want to configure mirror acceleration [y/n]: y
# Just press Enter for default
Set 1Panel port (default is 18061):
[1Panel 2026-03-02 10:19:32 install Log]: Your configured port is: 18061
# Just press Enter for default
Set 1Panel secure entry (default is 961053b89f):
[1Panel 2026-03-02 10:19:33 install Log]: Your configured panel secure entry is 961053b89f
# Just press Enter for default
Set 1Panel panel user (default is 3eaa3a767d):
[1Panel 2026-03-02 10:19:35 install Log]: Your configured panel user is 3eaa3a767d
# Enter panel password, it is recommended to set a complex password, or just press Enter for random. The default password will be displayed after installation
[1Panel 2026-03-02 10:19:35 install Log]: Set 1Panel panel password, press Enter to continue after setting (default is d4c63a5336):
[1Panel 2026-03-02 10:20:12 install Log]: Configuring 1Panel service2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
After installation, the system will prompt successful installation and display the access address and default account password for 1Panel:
Access 1Panel
What we need to pay attention to is the access address and default account password. They will be displayed after successful installation. If you accidentally cleared them and they are not displayed, you can view them with the following command:
sudo 1panel user-infoTaking mine as an example (each person's access address is different), the access address is http://$LOCAL_IP:18061/961053b89f
- Replace
$LOCAL_IPwith your development board's LAN IP address (use theifconfigcommand to check). After entering, you can access the1Panellogin interface.- On the login page, enter the default account and password obtained from
sudo 1panel user-infoto log in!
More Usage Tutorials
It is recommended to refer to the official 1Panel documentation for more detailed usage tutorials. The official documentation provides very detailed usage tutorials. It is recommended to refer to the official documentation to learn how to use 1Panel for various server management tasks: https://1panel.cn/docs/v2/