Skip to content

Instantly share code, notes, and snippets.

@RPTST
Last active September 4, 2021 12:20
Show Gist options
  • Select an option

  • Save RPTST/fafd8b26da1c95a74af7d2a54fa4f9da to your computer and use it in GitHub Desktop.

Select an option

Save RPTST/fafd8b26da1c95a74af7d2a54fa4f9da to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt upgrade -y
sudo apr install cockpit cockpit-machines pcp cockpit-pcp packagekit cockpit-packagekit virt-viewer
sudo systemctl enable cockpit
# sudo systemctl enable pcp
sudo systemctl enable pmcd
sudo systemctl enable pmlogger
Edit Netplan .yaml file, located in /etc/netplan.
sudo nano /etc/netplan/50-cloud-init.yaml
By default, renderer was set to “networkd”, changed to “NetworkManager”. Simple example .yaml below:
network:
ethernets:
enp2s0:
dhcp4: true
version: 2
renderer: NetworkManager
to exit alt+x
sudo reboot
https://<ip_address_server>:9090
Other plug-in
https://github.com/45Drives/cockpit-file-sharing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment