VWorld.US
Home › Forums › Operating Systems › Linux › APP: Cockpit
Install Cockpit: sudo apt install cockpit
sudo apt install cockpit
View Cockpit: IP:9090
IP:9090
Stop Cockpit: sudo systemctl stop cockpit
sudo systemctl stop cockpit
Start Cockpit: sudo systemctl start cockpit
sudo systemctl start cockpit
Remove Cockpit:
sudo systemctl stop cockpit sudo systemctl disable cockpit sudo apt purge cockpit sudo apt remove cockpit sudo apt autoremove