Setup Apache Guacamole with Docker in 2024

Поділитися
Вставка
  • Опубліковано 15 вер 2024

КОМЕНТАРІ • 26

  • @slayer9587
    @slayer9587 5 місяців тому +1

    hey, just wanted to say thank you so much for making this tutorial !! you are straightfoward and not wasting time

  • @MrMayes11
    @MrMayes11 День тому

    Awesome tutorial, I was able to get it running! Was curious if you know how to enable extensions? I’m trying to enable saml, but no luck. I’ve tried copying the saml jar file into /home/guacamole/.guacamole/extensions, but the file gets removed after restarting the container. I’ve also tried adding the extension by editing the stack config in portainer, but no luck. Any suggestions?

  • @prasadprasanna628
    @prasadprasanna628 Місяць тому

    I just has say " You Are A Life Saver " that's all. Thank You

  • @bobv5806
    @bobv5806 14 днів тому

    Thanks, this worked for me and you really explained it well.

    • @SonoranTech-hf5hf
      @SonoranTech-hf5hf  14 днів тому

      Glad it helped!

    • @bobv5806
      @bobv5806 14 днів тому

      @@SonoranTech-hf5hf Haha, first reboot the guacamole container randomly grabbed the mysql container's IP address during startup, causing mysql to fail to start. Rearranged the order in the compose file and the next reboot worked. Don't know if that was random or if the order counts.

  • @djsantay
    @djsantay 5 місяців тому +2

    Very helpful. Thank you!

  • @theflymo
    @theflymo Місяць тому

    Brilliant, may you wander in wisdom!

  • @draft13
    @draft13 3 місяці тому

    PERFECT; just set mine up.

  • @thonghoang179
    @thonghoang179 16 днів тому

    hello, my docker install con win11 (computer A, ip 172.16.16.x , computer A can connect RDP to computer B, same range address) But I have installed guacamole on docker desktop computer A, but guac cant connect to Computer B) please help

    • @SonoranTech-hf5hf
      @SonoranTech-hf5hf  10 днів тому

      Tough to narrow it down.. that could be many issues. Did the logs have any helpful information?

  • @phizlip
    @phizlip 6 місяців тому +1

    Could you provide the yml file in the description? Thanks!

  • @MIKESALLSURE
    @MIKESALLSURE Місяць тому

    This installation method doesn't include TOTP

  • @whylookhere
    @whylookhere 16 днів тому

    what do i do if the website is just not there? because it just says 404 not found

    • @SonoranTech-hf5hf
      @SonoranTech-hf5hf  10 днів тому

      In the port exposed correctly and are you hitting the right port?

    • @easytolearncontent
      @easytolearncontent 9 днів тому +1

      ◉ I had the same issue and Video looks half baked to me. We should not miss any step.
      ◉ My eyes were not able to see the tiny text the author uses.
      ◉ A Novice docker user will never be able to host Guacamole just watching this video.
      Fix: You need to add "guacamole" at the end of the http link to access the dashboard.
      Ex: 192.168.1.12:8080/guacamole
      Thanks to the author for this content as i am not a beginner.

    • @JoonasPihlajamaa
      @JoonasPihlajamaa 7 днів тому

      A key bit of info is missing from the video, though it is visible: localhost:8080 will get a 404 error, but the URL actually has /guacamole after the port. Was going to check comments for this as well.

  • @notsocc
    @notsocc 15 днів тому

    All was going well until 15:10 when you SSH into your server to find initdb.sql. I couldnt find it at all? A quick google says it should be in /var/lib/mysql/ but even that directory doesnt exist.
    When i enter ls, i get:
    bin cdrom home lib.usr-is-merged mnt root sbin.usr-is-merged swap.img usr
    bin.usr-is-merged dev lib lost+found opt run snap sys var
    boot etc lib64 media proc sbin srv tmp
    Appreciate your help so i can continue with your excellent tutorial!

    • @bobv5806
      @bobv5806 14 днів тому

      I just completed this tutorial and on my system it was at /opt/guacamole/mysql/01-initdb.sql

    • @SonoranTech-hf5hf
      @SonoranTech-hf5hf  10 днів тому

      @notsocc Did this work for you?

    • @easytolearncontent
      @easytolearncontent 9 днів тому

      docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --mysql > initdb.sql
      ➠ Executing above command on your server would generate "initdb.sql".
      ➠ It doesn't pre-exist on your server or on any path inside of your server.
      once you generate it you can follow the steps mentioned in the video.