Cockpit/Spice: connect to VM console
-
What's the trick to getting this to work, especially when you aren't on the same LAN as the vm's?
-
You need to make some changes to the Spice Server settings for that VM.
From Virt-Manager, change
Address: Localhost only to All interfaces
You can also make the same changes using
virsh
-
@black3dynamite Can this be set via the CLI of cockpit?
-
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@black3dynamite Can this be set via the CLI of cockpit?
These are not
cockpit
settings. what good would that do you? -
@JaredBusch said in Cockpit/Spice: connect to VM console:
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@black3dynamite Can this be set via the CLI of cockpit?
These are not
cockpit
settings. what good would that do you?Cockpit is meant to manage the server as a whole, so I would assume with the CLI interface from cockpit you could send the virsh commands to set this.
-
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@JaredBusch said in Cockpit/Spice: connect to VM console:
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@black3dynamite Can this be set via the CLI of cockpit?
These are not
cockpit
settings. what good would that do you?Cockpit is meant to manage the server as a whole, so I would assume with the CLI interface from cockpit you could send the virsh commands to set this.
That is just a terminal session, so of course, not a cockpit CLI (ie a command line for managing cockpit only)
-
@JaredBusch said in Cockpit/Spice: connect to VM console:
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@JaredBusch said in Cockpit/Spice: connect to VM console:
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@black3dynamite Can this be set via the CLI of cockpit?
These are not
cockpit
settings. what good would that do you?Cockpit is meant to manage the server as a whole, so I would assume with the CLI interface from cockpit you could send the virsh commands to set this.
That is just a terminal session, so of course, not a cockpit CLI (ie a command line for managing cockpit only)
Ah, obviously I didn't explain myself clearly.
I meant using the console to send the virsh commands to set this from within the Cockpit webpage.
-
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@JaredBusch said in Cockpit/Spice: connect to VM console:
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@JaredBusch said in Cockpit/Spice: connect to VM console:
@DustinB3403 said in Cockpit/Spice: connect to VM console:
@black3dynamite Can this be set via the CLI of cockpit?
These are not
cockpit
settings. what good would that do you?Cockpit is meant to manage the server as a whole, so I would assume with the CLI interface from cockpit you could send the virsh commands to set this.
That is just a terminal session, so of course, not a cockpit CLI (ie a command line for managing cockpit only)
Ah, obviously I didn't explain myself clearly.
I meant using the console to send the virsh commands to set this from within the Cockpit webpage.
Right, that would of course work because it is simply a normal terminal session to the box. Just accessed via the Cockpit GUI instead of SSH or locally.