Home |
Linux KBs |
Windows 10 KBs |
Contact Page |
Install Cockpit
sudo apt update
#update system
sudo apt install cockpit -y
#installs cockpit
sudo systemctl start cockpit
#uses system control to start service
sudo systemctl status cockpit
#uses system control to check status
ss -tunlp | grep 9090
#uses ss command to check ports and then greps for port
9090
sudo ufw allow 9090/tcp