WebUI - Password Reset

Hi,

how is it possible to reset my password on a linux system?

Best Rene

There’s the option of starting the server with

duplicati-server --webservice-password=secure-password

Kenneth talks a little about it here

must the server beeing stopped before? If yes how can i stop the service?

On Linux it’s likely running as a systemd service so you would need to stop it. I think it’s called “duplicati-server”

sudo systemctl stop duplicati-server

Then you can manually start it using the duplicati-server command and then stop that server after a few moments using Ctrl+C

Then start it again using systemd

sudo systemctl start duplicati-server