Moving deconz to a different machine

I need to move my Phoscon/Deconz setup to a different machine. Originally it was running in docker. I have regular backups of the original machine, but i cannot use it currently

So i wanted to temporarily move the docker container to my linux desktop, where i run into two issues:

  • with VNC it was not starting at all, due to a desktop environment already running (EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE) - it is running
  • When disabling VNC, Phoscon ran, but i am stuck the gateway screen

Searching for the gateway does not find anything.

According to the logs the Conbee stick was found:

deconz  | 21:10:57:180 dlg action: Read binding table
deconz  | 21:10:57:275 HTTP Server listen on address 0.0.0.0, port: 8281, root: /usr/share/deCONZ/webapp/
deconz  | 21:10:57:276 HTTPS server listening on port: 443
deconz  | This plugin does not support propagateSizeHints()
deconz  | 21:10:59:802 Device firmware version 0x26720700 ConBee II
deconz  | 21:10:59:806 unlocked max nodes: 512
deconz  | 21:10:59:811 Device protocol version: 0x010E
deconz  | 21:10:59:983 Current channel 11
deconz  | 21:11:00:046 CTRL got nwk update id 1
deconz  | 21:11:00:067 CTRL ANT_CTRL 0x03
deconz  | 21:11:00:089 CTRL ZDP_RESPONSE handler 0x0001
deconz  | 21:11:00:274 ZCL attribute report 0xA4C138FA6D46C9EC for cluster: 0x0402, ep: 0x01, frame control: 0x18, mfcode: 0x0000
deconz  | 21:11:00:352 ZCL attribute report 0xA4C138FA6D46C9EC for cluster: 0x0405, ep: 0x01, frame control: 0x18, mfcode: 0x0000
deconz  | 21:11:02:095 Announced to internet https://phoscon.de/discover
deconz  | 21:11:07:083 timer 1 triggerd
deconz  | 21:11:07:083 timer fired
deconz  | 21:11:07:083 rest_plugin: msg from: 8

I also tried to install deconz as bare-metal, but i cannot figure how to import the configs from my docker folders into the baremetal install

So how can i make this work? Basically what i just need to do is to unpair some devices so i can pair them elsewhere. Some of them are really stubborn and its not possible to pair them until properly unpaired from the previous coordinator.

And why not a classic installation without docker ?