CPU Load
Memory
Disk
Temperature
°C
CPU Cores
Memory
Used
Free
Total
Disk
Used
Free
Total
Mount
Network ·
↓ Download
↑ Upload
System Info
Packages
Power
Setup
root@pi — bash
Select a command from the panel on the left.

Fresh Pi Setup

Runs a full setup sequence on a newly flashed Raspberry Pi. All steps use sudo.

1
Update package lists
sudo apt-get update --allow-releaseinfo-change
2
Fix interrupted dpkg
sudo dpkg --configure -a
3
Upgrade all packages
sudo apt-get upgrade -y
4
Install dev tools
sudo apt install -y git curl wget vim htop unzip zip build-essential
5
Install Python tools
sudo apt install -y python3-pip python3-venv python3-dev
6
Install nginx
sudo apt install -y nginx
7
Enable nginx
systemctl enable nginx && systemctl start nginx
8
Install Certbot
sudo apt install -y certbot python3-certbot-nginx
9
Clean up
sudo apt-get autoremove -y
Output will appear here
Press Run Setup to begin.

Nginx Manager

checking…
Loading sites…