Cockpit
Last modified by Justin Morgan on 2019/09/29 18:04
About
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.
Questions
- Is there a way to add applications to the applications tab?
Virtual Machines
Libvirt Wiki
https://wiki.libvirt.org/page/Main_Page
About
Each time a virtual machine needs to be installed, the following steps need to be taken in order for it to complete the installation process:
Cockpit
- From the Virtual Machines tab, select "Create VM" in top right corner
- Select settings and .iso file
- Do NOT check the "Immediately Start VM" box
- Click the Create button
ShellinaBox
- Log in as root
- Enter the command virsh edit VMname (replace VMname with the name of your VM). This will open the virsh .xml file.
- Scroll down near the end to the line that begins with <graphics type='vnc'
- Change autoport='yes' to autoport='no'
- Change the port number to the port of your choice. Check ExposedPorts to see if the port is in use by another application. NOTE: Two VMs using the same port number can not run simultaneously, so it would be best to use a different port number for each VM.
- Press Ctrl+o to save
- Press Enter to accept the same file name
- Press Ctrl+x to exit
Cockpit
- From the Virtual Machines tab, find the VM name you just edited the .xml file for
- Press the Install button