What is Cockpit?
Cockpit is an interactive server admin interface. It is easy to use and very lightweight. Cockpit interacts directly with the operating system from a real Linux session in a browser. -https://github.com/cockpit-project/cockpit
Installing Cockpit
- Log into the Debian device
- Run the following commands in a terminal:
# update software repositories
sudo apt update
# install software updates
sudo apt upgrade -y
# install cockpit
sudo apt install cockpit -y
- Open a web browser and navigate to https://DNSorIP:9090
- Login using a valid account on the Linux device
- Welcome to Cockpit
Source: https://cockpit-project.org/running.html