Ask the Community
Groups
Tip: Determine the Traverse release from the access url - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>How do I determine the Traverse Release without logging on to the web application?</p> <p> </p> <p><strong>RESOLUTION:</strong></p> <p>In the example below, replace mytraverseserver_url.domain.com with the URL for your Traverse server</p> <p><strong>curl -s -S <a href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Fmytraverseserver_url.domain.com">http://mytraverseserver_url.domain.com</a> | grep title</strong></p> <p>The output would be similar to below, in this instance indicating the server is at Traverse 9.1.025</p> <p><br><strong><title>Traverse: Login [9.1.025-GA-2016-02-24 12:11]</title></strong></p> <p>Note: -s is silent mode, -S displays errors when in silent mode (<a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fcurl.haxx.se%2Fdocs%2Fmanpage.html%29">https://curl.haxx.se/docs/manpage.html)</a></p> <p> </p> <p><strong>APPLIES TO:</strong></p> <p>All versions of Traverse</p> </article> </main>