Ad Widget

Collapse

Zabbix WEB VNC integration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mbrodeur65
    Junior Member
    • Sep 2020
    • 1

    #1

    Zabbix WEB VNC integration

    New Zabbix user here. I'm trying to figure out if the latest version of Zabbix allow the integration of WEB-VNC solutions (such as Apache-Guacamole)? I've search in the forums but I haven't found (yet) an official and clean recipe on how to do that. My main use case is to allow an administrator to remote VNC to a specific machine from the map view (context menu).

    Thanks for your help!
    Martin
  • krzysztof.tech
    Junior Member
    • Mar 2023
    • 8

    #2
    This is simple - you log in to Apache Guacamole, connect to the host, and copy the link, for example:
    Code:
    http://10.1.2.210:8080/#/client/MjEAYwBwb3N0Z3Jlc3Fs
    at the end of the link, add: /?username=USER&password=PASSWORD so it looks like this:

    Code:
    http://10.1.2.210:8080/#/client/MjEAYwBwb3N0Z3Jlc3Fs/?username=USER&password=PASSWORD
    Replace USER with your Apache Guacamole user with permissions and PASSWORD with your Apache Guacamole user's password.

    Paste this modified link into the host on the map, and you're done.
    After transitioning to the map, if you click on the host, select VNC Web, and the host will open for you.
    If you click SHIFT + left mouse button, it will open in a new window.
    If you click CTRL + left mouse button, it will open in a new tab.



    zabbix vnc
    Last edited by krzysztof.tech; 15-03-2023, 16:58.

    Comment

    Working...