Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Guacamole

49 Topics 278 Posts
  • Guacamole - Package Updates

    Pinned
    25
    0 Votes
    25 Posts
    3k Views
    Package UpdatesP
    [2.3.0] feat: adding group oidc group support
  • Export settings

    6
    1 Votes
    6 Posts
    108 Views
    R
    @joseph said in Export settings: Are you using the old or the new VM? If old VM, you should access by domain name. Once cloudron is set up, you cannot access by IP (you will get some dummy page). Access as https://my.domain.com If new VM, access by public IP should work. I don't know about Unifi though and how forwarding happens there. Maybe the VMs IP has changed and the router forwarding has to be adjusted? Update: Using the old VM. I've been able to access it now after letting it sit for 2 days. Mostly me just being busy at work. However it is only accessible externally. Haven't been able to find out why internally (same network) it is "page not found" from all PC's on the same network. Cleared all DNS and tried using IP.
  • OpenID integration

    5
    3 Votes
    5 Posts
    377 Views
    girishG
    Per https://lists.apache.org/thread/7f0jpc2jv3z5f9z5sppy662jcbhgq9rv , it seems you have to use the branding plugin. Which I tried for fun... Follow https://docs.cloudron.io/apps/guacamole/#branding to first install the extension Unfortunately, my css skills are not great. But I put this in css/example.css : .login-ui .sso-providers:last-child { display: table-row !important; text-align: center !important; vertical-align: middle !important; position: initial !important; height: 30%; } Then, I reuploaded the jar [image: 1739436591406-b31a5c30-4e7e-4078-b705-0b39d55fa13d-image.png] To explain the css a bit: it seems that the element is by default absolutely positioned at the bottom inside a table layout ! (go figure)
  • Extensions file gets deleted on startup

    5
    0 Votes
    5 Posts
    117 Views
    LanhildL
    @girish Yes please, this'd be appreciated.
  • You Have been disconnected

    Moved
    14
    2
    1 Votes
    14 Posts
    2k Views
    D
    My users are also facing overwhelming disconnections on screen bottom right a smal popup come saying netwrok unstable this increase recently after last update of cloudron also the subdomain is proxy via cloudflare. My users connect rdp protocol with minimum settings in connection and connect to Windows vms in same intranet.
  • Error Writing Read Only File System

    Solved
    6
    0 Votes
    6 Posts
    274 Views
    nebulonN
    This forum is for Cloudron users, for other ways to deploy the app, you can maybe start by reading the upstream docs from the guacamole project itself.
  • Trying to configure SAML Authentication extension

    Solved
    9
    0 Votes
    9 Posts
    876 Views
    T
    Ok, I have managed to get it working... it seems that the type of "openid-jwks-endpoint" I was using was not correct.
  • wrong timezones in guacamole remote connections

    13
    1 Votes
    13 Posts
    2k Views
    J
    @Abcoa01 might be best to ask this question upstream - https://lists.apache.org/list.html?dev@guacamole.apache.org
  • how to fix compatibility issue after cloudron update with guacamole

    7
    1 Votes
    7 Posts
    765 Views
    girishG
    @aqeelzakir1 said in how to fix compatibility issue after cloudron update with guacamole: i will send you log, this is old log when i was try to update the app again, still in progress Did this finish? There is only some guacd error in the logs saying User is not responding. I am not sure what that means.
  • Update to version 1.5.4

    Solved
    4
    1 Votes
    4 Posts
    476 Views
    H
    That was fast. Thanks @girish
  • Install no-auth Extension on Guacamole

    4
    1 Votes
    4 Posts
    721 Views
    girishG
    @krishnamaurya-96 That part I am not sure. I think for support on extensions/plugin, you have to contact the upstream guacamole forum - https://guacamole.apache.org/support/
  • How to use SFTP on Linux

    Solved
    2
    1
    1 Votes
    2 Posts
    300 Views
    A
    solved, shift+alt+ctrl
  • "The remote desktop server is currently unreachable"

    Solved
    5
    3
    0 Votes
    5 Posts
    7k Views
    nebulonN
    Ah indeed if you have a router in front, you have to make sure the ports are forwarded correctly. Glad you figured it out!
  • The remote desktop server is currently unreachable

    3
    2
    0 Votes
    3 Posts
    724 Views
    girishG
    @BrutalBirdie said in The remote desktop server is currently unreachable: Does normal RDP work from external? I think this is the best point to start debugging. Does RDP work when using some other client on the same network as Cloudron ?
  • No connection settings tab

    Solved
    3
    1
    1 Votes
    3 Posts
    517 Views
    N
    Thank you very much, now everything has appeared, it's so much fun! Problem solved. Thank you!
  • Export and Import Guacamole Settings

    Unsolved
    2
    1
    0 Votes
    2 Posts
    1k Views
    girishG
    @gnulab said in Export and Import Guacamole Settings: So, how do I backup guacamole settings and import the settings again after I have upgraded the VPS? If you resize/upgrade the same VPS, you don't need to do anything. The platform will remain intact. Or is your situation that you have to move to a new server? In that case, you can use backup/restore. Please see https://docs.cloudron.io/backups/#restore-cloudron I am more concerned with how much Cloudron actually uses is 50GB enough? Yes, 50GB should be more than enough for you setup.
  • Trouble enabling File Transfer on RDP.

    Unsolved
    2
    1
    0 Votes
    2 Posts
    833 Views
    nebulonN
    We got another support ticket for this. Unfortunately I do not have much knowledge about guacamole and RDP or windows, and also not what the file transfer in this context really means. Potentially the app relays some files or stores on the guacamole side and the package maybe misses a configuration or symlink from read-only fs to /app/data to put files?
  • Connecting to server Guacamole is hosted on

    8
    0 Votes
    8 Posts
    2k Views
    girishG
    Actually, guacamole just works to connect to the host: [image: 1683184782998-ecfb24e1-a391-4dfc-a3f3-e89410dba55c-image.png] [image: 1683184742956-2ebfde79-8611-439f-85c9-0adb888ade1e-image.png]
  • TOTP log guacamole 1.5.0

    3
    1 Votes
    3 Posts
    420 Views
    A
    @girish Thanks
  • Guacamole login page branding

    8
    1 Votes
    8 Posts
    10k Views
    girishG
    @playfun Been a while since I did this, but iirc, I just used the gnome (linux) archive manager. I extracted it and then made changes and compressed it. Are you sure your jar archive has the changes you made?