i installed mono from monos repo and then duplicati on my ubuntu server vps. i also enabled duplicati for systemctl. when i try to run duplicati-server i get:
$ sudo duplicati-server
A serious error occurred in Duplicati: System.Exception: Unable to open a socket for listening, tried ports: 8200
at Duplicati.Server.WebServer.Server…ctor (System.Collections.Generic.IDictionary`2[TKey,TValue] options) [0x00302] in :0
at Duplicati.Server.Program.RealMain (System.String _args) [0x00674] in :0
i tried rebooting to see if it could get the port but that didnt seem to work. i have a couple docker containers running but nothing that is interfering with port 8200 that i can see.
i needed to add this as well because im mapping the port over ssh from my vps and already have duplicati running here. i changed the port to 8201 and can now access the web interface locally.
i hadnt setup the map yet. all i had done was install mono from mono repo, installed duplicati and enabled it via systemctl. then i checked duplicati-server and it gave the port error.