Enable vnc from WebUI WDM 5.7.2

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #47228
    sono87
    Participant
    • Total Post: 12
    • Regular Joe
    • ★★

    adnreygovoruhin,

    great to see your searching your own solution.

    Keep it up!

     

    greets sono

    #47234
    Anonymous
    Inactive
    • Total Post: 14
    • Regular Joe
    • ★★

    Damn! Code strings at forum messages dispaying incorrcet.

    Correct code here:
    https://pastebin.com/Gu9Rcqcb

    #49920
    Anonymous
    Inactive
    • Total Post: 14
    • Regular Joe
    • ★★

    After updating WMS to 1.4 we have some changes.
    1. Go to new path: C:\Program Files\DELL\WMS\Tomcat-9\webapps\ccm-web\WEB-INF\views\admin\devices\deviceList.jsp
    2. !TAKE BACKUP OF THIS FILE!
    3. Open file at the text editor. Find this:
    <$= ipStr $>
    4. comment it
    <!-- <$= ipStr $> -->
    5. insert this
    <a href="vnc://<$= this.ip $>"><$= this.ip $></a>

    So…we have:
    before
    <$= ipStr $>
    after

     <!-- <$= ipStr $> -->
    <a href="vnc://<$= this.ip $>"><$= this.ip $></a>

    6. Save the file.
    7. Download WDM_WebUI_VNC.zip from downloads section
    8. Place vncviewer, and add registry hive at your PC as usual.

    Complete! You are perfect 🙂

Viewing 3 posts - 31 through 33 (of 33 total)
  • You must be logged in to reply to this topic.