SUMMARY
How to switch the default UI of the Appliance.
ISSUE
These are the commands to switch the default UI that you get when you type in the unitrends appliance IP into a web browser.
To verify what is the default UI, run unitrends-cli get advisor -u
[root@UEB-target logs.dir]# unitrends-cli get advisor -u { "default": "rrc", "timestamp": 1449838810 }Run unitrends-cli put advisor -t
[root@UEB-target logs.dir]# unitrends-cli put advisor -t { "result": [ { "code": "0" } ] }
Then run unitrends-cli get advisor -u
[root@UEB-target logs.dir]# unitrends-cli get advisor -u { "default": "satori", "timestamp": 1449838837 }
RESOLUTION
Using the unitrends-cli to change the default UI