Auto adding Clients

Hey folks,

quick one again; I hope.
I got the automatic client installation done. My BackupServer is in a remote location, reachable by ipsec tunnel; so its not in the same network subnet.

I am adding all clients as Internet Clients. Whats the smartest way to automatically accept clients/ adding new clients to the server?

Cheers!
-Christian.

With windows there is https://installercreator.urbackup.org/ for Linux you’d have to modify that script https://urbackup.atlassian.net/wiki/spaces/US/pages/9568258/Download+custom+client+installer+via+Python or use e.g. the Python API to get the authentication key after adding a client https://github.com/uroni/urbackup-server-python-web-api-wrapper and set the settings via the command displayed after creating a client.

1 Like