Linux Administration: Difference between revisions

From David's Wiki
No edit summary
Line 7: Line 7:
sudo apt install cockpit
sudo apt install cockpit
</pre>
</pre>
By default, cockpit runs on port 9090.


Below are some of the modules I recommend.
Below are some of the modules I recommend.

Revision as of 23:52, 28 July 2020

The best ways to manage Linux servers.

Cockpit

Cockpit is a web application to manage your server.
Install it via

sudo apt install cockpit

By default, cockpit runs on port 9090.

Below are some of the modules I recommend. You can install these using apt as well.

  • cockpit-docker allows you to manage docker containers
  • cockpit-machines allows you to manage VMs via libvirt
  • cockpit-networkmanager
  • cockpit-packagekit to manage packages
Command to install all modules
sudo apt install -y cockpit cockpit-docker cockpit-machines cockpit-networkmanager cockpit-packagekit

Resources