Skip to content

Instantly share code, notes, and snippets.

@johnmccabe
Last active December 12, 2021 03:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnmccabe/a4a17c1287d13c1dcbdc to your computer and use it in GitHub Desktop.
Save johnmccabe/a4a17c1287d13c1dcbdc to your computer and use it in GitHub Desktop.
Cockpit on Ubuntu Trusty 14.05

Installing Cockpit on Trusty

Doesn't really work too well, assumes systemd which isn't present, installation steps are as follows:

sudo add-apt-repository ppa:jpsutton/cockpit
sudo apt-get update
sudo apt-get install cockpit
sudo apt-get install glib-networking
sudo apt-get install pcp
sudo /usr/sbin/remotectl certificate --ensure --user=root
sudo /usr/libexec/cockpit-ws

You can then login with a valid user (vagrant:vagrant in my case) via the web interface:

  • https://<hostname>:9090/

(shortcut to vagrantbox - https://100.h4k.io:9090)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment