UrBackup keeps closing ports

Hey Guys,

I am hoping someone can assist.

I’ve followed the guides to setup UrBackup on Ubuntu 20, but my issue now is the ports are open as below:
root@backups:~# lsof -i -P -n | grep LISTEN
systemd-r 652 systemd-resolve 13u IPv4 22593 0t0 TCP 127.0.0.53:53 (LISTEN)
sshd 700 root 3u IPv4 24663 0t0 TCP *:22 (LISTEN)
sshd 700 root 4u IPv6 24665 0t0 TCP *:22 (LISTEN)
sshd 1107 infinity 10u IPv6 25586 0t0 TCP [::1]:6010 (LISTEN)
sshd 1107 infinity 11u IPv4 25587 0t0 TCP 127.0.0.1:6010 (LISTEN)
urbackups 1305 urbackup 6u IPv4 22212 0t0 TCP *:55414 (LISTEN)
urbackups 1305 urbackup 7u IPv6 22213 0t0 TCP *:55414 (LISTEN)
urbackups 1305 urbackup 34u IPv4 27156 0t0 TCP *:55415 (LISTEN)
urbackups 1305 urbackup 35u IPv6 27157 0t0 TCP *:55415 (LISTEN)
urbackups 1305 urbackup 41u IPv4 27182 0t0 TCP *:55413 (LISTEN)
urbackups 1305 urbackup 42u IPv6 27183 0t0 TCP *:55413 (LISTEN)

Untill a couple minutes pass. Once a few minutes have passed, the web UI and backup app go offline and if I check the ports again, I met with:
root@backups:~# lsof -i -P -n | grep LISTEN
systemd-r 652 systemd-resolve 13u IPv4 22593 0t0 TCP 127.0.0.53:53 (LISTEN)
sshd 700 root 3u IPv4 24663 0t0 TCP *:22 (LISTEN)
sshd 700 root 4u IPv6 24665 0t0 TCP *:22 (LISTEN)
sshd 1107 infinity 10u IPv6 25586 0t0 TCP [::1]:6010 (LISTEN)
sshd 1107 infinity 11u IPv4 25587 0t0 TCP 127.0.0.1:6010 (LISTEN)

The only odd thing though is I see no errors logged in /var/log/urbackup.log and teh service shows it is running.

It get’s fixed when I restart the service for a couple minutes then just happens again…
What might be the cause?