LAN IP web gui redirection

Hello,
so I have installed debian 9 (CLI without graphical interface) and installed duplicati.
After pasting systemctl status duplicati.service I am getting:

● duplicati.service - Duplicati web-server
Loaded: loaded (/lib/systemd/system/duplicati.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2020-09-28 06:35:21 CEST; 5min ago
Main PID: 8966 (Main)
Tasks: 15 (limit: 4915)
CGroup: /system.slice/duplicati.service
└─8966 DuplicatiServer /usr/lib/duplicati/Duplicati.Server.exe
debian 9 systemd[1]. Started duplicati web-server
debian 9 duplicati-server[8966]: server has been started and listening on 127.0.0.1, port 8200.

Once I try my lan ip:port it says that my connection is denied.
I would like to use a linux as a server and use local machines to be backed up as windows/other linuxes. What am I missing? Apache/ngix for this?

Did you add commandline option --webservice-interface=any to Duplicati.Server.exe when installing the service? If not, the Duplicati web server will only listen at the loopback address. For more information, see the manual.

Nah, I didn’t. it didn’t even ask me to add it.
How am I able to fix it now? Tried to enter those commands but unable to. Could you please assist me?

You can find a guide about how to setup a headless installation here:

1 Like

Worked as a charm. Thank you :slight_smile: Topic can be closed :slight_smile: