Feature suggestion: Client id number on status page

Hi,
It can be hard to find the correct client id number when adding multiple clients admin rights to a single user.
If the client id were an optional field on the status page this would be so much easier.

Thanks!

2 Likes

I will second this request. We have to guess the client ID and this get’s very tiresome if you have many users and many clients. Can you not display the client ID (ie 1,2 3 etc) along with the machine ID on the client list or as suggested, an optional field on the status list ?

Hello
I also think this is’a very good idea :slight_smile:

In the mean time, can someone please tell how to find this information?

Thank you very much!

Best Regards,

…in the mean time I had to find a way to get the ID’s in an easier manner. This is what I did:

  1. download the latest Urbackup database backup from /urbackupdatalocation/urbackup/backup_server.db
  2. open with a sqlite browsing software eg: http://sqlitebrowser.org
  3. Open database file
  4. Browse the “clients” table.
  5. Use the filter at the top to search for the client(s) you want the ID for.

HTH someone

2 Likes

When you have a look at the UrBackup WebGUI => Backups, do right mouse click on one of the client names => Inspect Element (oder use your browser’s developer tools -> Inspect) you see something like

tr onclick = "tabMouseClickClients(4)"

followed by

td name-of-your-host

Can you tell, if this is the same ID like what you’ve found using sqlite?

2 Likes

It is the same ID. That’ll save some steps :slight_smile:
For the visual person:
2019-01-09%2007_50_46-UrBackup%20finding%20client%20ID

1 Like

This worked! Thanks a lot silversword :smiley:

go to status, filter your computers, open your browser console and paste this

document.body.innerHTML = document.body.innerHTML.replace(/type=“checkbox”/g, /type=“textbox”/)

now you have something like this