Ask the Community
Groups
Change the default UI - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>How to switch the default UI of the Appliance.</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p>These are the commands to switch the default UI that you get when you type in the unitrends appliance IP into a web browser. </p> <div> <br>To verify what is the default UI, run unitrends-cli get advisor -u<br> <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@UEB-target logs.dir]# unitrends-cli get advisor -u { "default": "rrc", "timestamp": 1449838810 }</pre> Run unitrends-cli put advisor -t <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@UEB-target logs.dir]# unitrends-cli put advisor -t { "result": [ { "code": "0" } ] }</pre> <br>Then run unitrends-cli get advisor -u <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@UEB-target logs.dir]# unitrends-cli get advisor -u { "default": "satori", "timestamp": 1449838837 }</pre> </div> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p>Using the unitrends-cli to change the default UI</p> </article> </main>