Which license-keys belong to which appliance?

Hi,

We have multiple licenses for infscape. I would like to know which license belongs to which infscape appliance.
I have already contacted support multiple times via email, and received the response that this is not visible in the GUI. Unfortunately, I didn’t get any response after this, so I’m trying this way.

Is there another way we can find out?
We’d like to hear it.

Sry, that was a misunderstanding then. I thought you wanted to know which appliance blonged to a particular subscription.

You can show the license key by running e.g. in the web shell logged in as admin:

sudo -i
echo "SELECT value FROM settings WHERE key='reg_appkey';" | sqlite3 /var/urbackup/app.db
1 Like