pve-ha-simulator on Proxmox 7.1

m3a2r1

Active Member
Feb 23, 2020
162
5
38
48
I need to run pve-ha-simulator with Proxmox 7.1 and installed it with all dependencies. But when I'm trying to run in in mobaterm, I get error "cannot open display".
I think it's caused by no gui installed. Which packages I should install to run it?
 
hi,

But when I'm trying to run in in mobaterm, I get error "cannot open display".
I think it's caused by no gui installed.
are you trying to run it over SSH with X forwarding?

do you have xauth installed on the server? try: apt install xauth
also make sure you have X11Forwarding yes inside the /etc/ssh/sshd_config file (this should be enabled by default)

afterwards it should work