Hello everyone, I have installed duplicati on a Debian machine. The interface also works when I call the port with ip:
http://192.168.178.150:8200
But Duplicati requires a password that I don’t have.
Does anyone have an idea how to create or reset the password?
My Installation:
sudo wget https://updates.duplicati.com/beta/duplicati-2.1.0.2_beta_2024-11-29-linux-x64-gui.deb
sudo apt install ./duplicati-*.deb --fix-broken
sudo apt install mono-complete -y
sudo nano /etc/default/duplicati
DAEMON_OPTS="--webservice-port=8200 --webservice-interface=any"
sudo systemctl enable duplicati.service
sudo systemctl start duplicati.service