This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Embedding Remote Console

How can I add a resource to Orion's Web Interface that will allow users to remote console to Windows servers via mstsc ?

  • There is a link in the upper right on the NodeDetails page to a RemoteDesktop.asp page that will do that.  Is that what you are looking for?  Or do you want an RDP window within the NodeDetails page?

  • If you don't have toolset integration turned on (or you are using Firefox), you will not see that link.  In that case try this:

    1. Add a Custom HTML Resource to the Node Details page
    2. Edit this resource and add the following HTML:
      <a href='thwack.solarwinds.com/.../RemoteDesktop.asp Desktop to ${IP}</a>
    That will give you a link on the Node Details page with the abaility to RDP to that node directly from the page.