#geek2gether
#geek2gether
  • 99
  • 406 006
Apache Guacamole High Availability Setup
#This is not a sponsored video#
In this video we setup apache guacamole high availability using HAProxy Load balancer.
Guacamole database authentication:
guacamole.apache.org/doc/gug/jdbc-auth.html
HAproxy:
www.haproxy.org/
Tutorial Mysql Commands:
github.com/geek2gether/Apacheguacamole/blob/main/apache%20-guacamole-database
Tutorial HAProxy commands:
github.com/geek2gether/Apacheguacamole/blob/main/guacamole-ha-setup-haproxy
Timeline:
Part 1: Database setup 6:19
Part 2: Setup HAProxy 19:40
Finale: Clean Up(Uninstall and remove existing mysql on guacamole servers) 28:26
#apache-guacamole #apacheguacamole #loadbalance #guacamole
Переглядів: 614

Відео

Using a security Key to Login to Nextcloud ( Passwordless login and MFA)
Переглядів 2262 місяці тому
In this video we learn how to setup nextcloud passwordless login and/or setup MFA using a security Key such as Yubikey. Part 1: Passswordless Login 0:08 Part 2: MFA 04:20 Link to fido2 alliance page: fidoalliance.org/fido2/ #passwordlesslogin #nextcloud #mfa #securitykey
Setup Openappsec Advance Machine Learning Model
Переглядів 1603 місяці тому
In this video we learn how to setup the openappsec "Advanced Model" which is recommended for production use by openappsec by checkpoint. Documentation: docs.openappsec.io/getting-started/using-the-advanced-machine-learning-model geek2gether|hub for questions: hub.geek2gether.com/c/openappsec/17 #openappsec #checkpoint
Openappsec WAF setup with Nginx Proxy Manager(SaaS Option)
Переглядів 1,1 тис.3 місяці тому
The video introduces openappsec WAF and goes over installation and setup with Nginx Proxy Manager #openappsec #checkpoint Documentation: About openappsec: www.openappsec.io/get-started NPM and openappsec Setup (saas option) docs.openappsec.io/integrations/nginx-proxy-manager-integration/install-nginx-proxy-manager-with-open-appsec-managed-from-central-webui-saas hub.geek2gether.com/c/openappsec...
Encrypt Apache Guacamole GUACD protocol with SSL
Переглядів 1,8 тис.6 місяців тому
In this video we setup guacd with ssl and connect it to a guacamole client/web server hosted in the cloud. Generate certificate and private key command: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/guacd.key -out /etc/ssl/certs/guacd.crt Java keytool command: keytool -import -alias secure_guacd_cert -keystore /usr/lib/jvm/java-11-openjdk-amd64/lib/security/c...
Nextcloud Federation Sharing
Переглядів 8526 місяців тому
In this video we learn how to share files/folders to users between different nextcloud servers. Nextcloud documentation: docs.nextcloud.com/server/latest/admin_manual/configuration_files/federated_cloud_sharing_configuration.html #nextcloud #geek2gether hub.geek2gether.com
Apache Guacamole Distributed Install
Переглядів 1,2 тис.6 місяців тому
In this video we setup Apache guacamole in the cloud and install a guacamole-server "guacd" instance in our internet network that the cloud instance of apache guacamole uses to connect to local network servers/clients using SSH, RDP and VNC. This way we only need to port forward port 4822/tcp for guacd to access RDP, SSH and VNC. #commands: 1. Install dependencies: sudo apt install build-essent...
Change Nextcloud Data Directory
Переглядів 4,8 тис.6 місяців тому
In this video we learn how to change nextcloud data directory after installation. #nextcloud #geek2gether hub.geek2gether.com
Monitor and Parse Nginx Proxy Manager Proxy Hosts Logs with Crowdsec
Переглядів 1,6 тис.6 місяців тому
In this video we setup crowdsec to monitor npm proxy hosts. #crowdsechub app.crowdsec.net/hub/collections #geeksgetherforum hub.geek2gether.com #crowdsec #npm #nginxproxymanager
Setup Crowdsec Blocklist Mirror for Network firewalls
Переглядів 7356 місяців тому
In this video i explain how to setup crowdsec blocklist mirror for firewall external block list. For questions or troubleshooting please join the geek2gether hub at hub.geek2gether.com/latest docs.crowdsec.net/u/bouncers/blocklist-mirror/ Commands: Add crowdsec repo: curl -s packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash Install crowdsec blocklist mirror: $ sud...
Securing Multiple Webservers using Nginx proxy Manager with Crowdsec and Rsyslog.
Переглядів 1,7 тис.10 місяців тому
In this video we setup Rsyslog server to forward logs from multiple servers and parse them with crowdsec security engine to identify and block malicious attempts using Nginx Proxy Manager. Configuration: raw.githubusercontent.com/geek2gether/random_files/main/securing multiple servers with crowdsec using syslog server Learn how to install Nginx proxy manager with crowdsec: ua-cam.com/video/qnvi...
Microsoft Windows Crowdsec install and setup
Переглядів 4 тис.10 місяців тому
In this video we learn how to install and configure crowdsec in a windows machine. crodsec windows security engine download: github.com/crowdsecurity/crowdsec/releases/tag/v1.5.5 crowdsec windows firewall bouncer: github.com/crowdsecurity/cs-windows-firewall-bouncer/releases geek2gether|hub geek2gether.com/community #crowdsec #windows
Setup Crowdsec with Nginx Proxy Manager - Part 2 (Multi-server setup)
Переглядів 4 тис.10 місяців тому
We continue from the part 1 to setup a crowdsec multi-server installation. This video can help you setup a local LAPI crowdsec server with multiple agents on different servers. To install crowdsec run commands: command 1 curl -s packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash command 2 sudo apt install crowdsec crowdsec hub: app.crowdsec.net/hub/ www.crowdsec.ne...
Setup Crowdsec with Nginx Proxy Manager - Part 1
Переглядів 9 тис.10 місяців тому
in this video we use docker to setup crowdsec for Nginx proxy manager using the image from LePresidente/docker-nginx-proxy-manager to secure/protect proxied services. crowdsec hub: app.crowdsec.net/hub/ www.crowdsec.net/ LePresidente's github page: github.com/LePresidente/docker-nginx-proxy-manager docker-compose.yml file: raw.githubusercontent.com/geek2gether/random_files/main/crowdsec-nginx-p...
Nextcloud Installation using a script
Переглядів 2,7 тис.11 місяців тому
The nextcloud installation script will download and install nextcloud. It also resolves setup errors after installation. The script sets up HTTPS using the snake-oil self signed cert in linux. The self signed certificate can be changed after install. To use the script run the commands: wget raw.githubusercontent.com/geek2gether/Nextcloud/main/nextcloud-install.sh sudo chmod x nextcloud-install....
No-Auth Extension Apache Guacamole
Переглядів 1,6 тис.11 місяців тому
No-Auth Extension Apache Guacamole
Install and Configure OpenVPN Access server - Part 5 - Access Control
Переглядів 79711 місяців тому
Install and Configure OpenVPN Access server - Part 5 - Access Control
Install and Configure OpenVPN Access server - Part 6 - User Scripts
Переглядів 50211 місяців тому
Install and Configure OpenVPN Access server - Part 6 - User Scripts
Install and Configure OpenVPN Access server - Part 4 - Creating User Groups
Переглядів 71311 місяців тому
Install and Configure OpenVPN Access server - Part 4 - Creating User Groups
Install and Configure OpenVPN Access server - Part 3 - Creating User Accounts
Переглядів 2,4 тис.11 місяців тому
Install and Configure OpenVPN Access server - Part 3 - Creating User Accounts
Install and Configure OpenVPN Access server - Part 1 - Installation
Переглядів 6 тис.11 місяців тому
Install and Configure OpenVPN Access server - Part 1 - Installation
Installing and Configuring OpenVPN Access Server - Part 2 - Setup Web Server SSL
Переглядів 1,7 тис.11 місяців тому
Installing and Configuring OpenVPN Access Server - Part 2 - Setup Web Server SSL
Setup and Access RemoteApp with Apache Guacamole
Переглядів 7 тис.11 місяців тому
Setup and Access RemoteApp with Apache Guacamole
Apache Guacamole fail2ban setup with UFW or Cloudflare
Переглядів 1,1 тис.11 місяців тому
Apache Guacamole fail2ban setup with UFW or Cloudflare
Create a custom Apache Guacamole Theme
Переглядів 5 тис.Рік тому
Create a custom Apache Guacamole Theme
How to enable Guacamole RDP Session File Transfer
Переглядів 6 тис.Рік тому
How to enable Guacamole RDP Session File Transfer
ntfy - Installation and full configuration setup
Переглядів 4,8 тис.Рік тому
ntfy - Installation and full configuration setup
Backing up Apache Guacamole
Переглядів 963Рік тому
Backing up Apache Guacamole
Nextcloud TrueNAS Plugin SMBClient Support
Переглядів 3,8 тис.Рік тому
Nextcloud TrueNAS Plugin SMBClient Support
Change the default URL Path of Apache Guacamole
Переглядів 2,7 тис.Рік тому
Change the default URL Path of Apache Guacamole

КОМЕНТАРІ

  • @cyberbud
    @cyberbud 2 дні тому

    useless, either show us how to create a cert or atleast share a link to your video.

  • @__x.x_maddie_x.x___983
    @__x.x_maddie_x.x___983 5 днів тому

    the information page is incorrect and needs to be fixed by nextcloud. downloading clamav and running it with snap nc is near impossible with all the permission errors

  • @user-zn9bx4yz6e
    @user-zn9bx4yz6e 9 днів тому

    Thank you so much sir!

  • @jaredelfaz2558
    @jaredelfaz2558 12 днів тому

    lets do keycloak please

  • @abdulaziz9498
    @abdulaziz9498 13 днів тому

    Nice tutorial, thx.. 👌

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

    quite a good channel you got goin m8

  • @Hex-Mas
    @Hex-Mas 15 днів тому

    Snap install? BWAHAHAHAHAHAHAHAHAH

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

    Can the browsertab name be changed?

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

    Hello. Greatvideo. How to settup Twillio ? And use call

  • @glonas73
    @glonas73 18 днів тому

    Спасибо за видео , было очень полезно .

  • @dnadna534
    @dnadna534 20 днів тому

    Maybe you can help me, I can only open mp4 files on my host machine. I can't open mp4 files on any of my network devices.

  • @ADFEMU
    @ADFEMU 24 дні тому

    Thank you so much. This tutorial is straight to the point and worked perfectly for me.

  • @sale666
    @sale666 24 дні тому

    Thank you for this! Just for some odd reason my IP 192.168.0. 5 would not work but the name of the server "server2024" worked.. very strange but hey it works!

  • @abdulaziz9498
    @abdulaziz9498 25 днів тому

    i follow your tutorial but AI model version still simple model not advanced model, need advice

    • @geek2gether469
      @geek2gether469 24 дні тому

      Did you do docker compose down and then docker compose up -d ?

    • @abdulaziz9498
      @abdulaziz9498 17 днів тому

      @@geek2gether469 yes , docker compose down and up -d but not change to Advanced model

  • @julianr1201
    @julianr1201 25 днів тому

    its necessary the SSL cert?

    • @geek2gether469
      @geek2gether469 24 дні тому

      If you plan on securing communication, and using it externally then yes

  • @hussamsnobar1342
    @hussamsnobar1342 27 днів тому

    Hello my friend thank you for your videos NextCloud I have a message 17 Error log i dont understand how to fix that

    • @geek2gether469
      @geek2gether469 27 днів тому

      Can you provide the full error message? If you can’t paste it here, post a question on my forum at geek2gether.com Please remove any personal information before posting.

    • @hussamsnobar1342
      @hussamsnobar1342 26 днів тому

      @@geek2gether469 thank you my friend look what i have: 18 errors in the logs since 13 August 2024, 15:27:29 jsresourceloader Could not find resource firstrunwizard/js/personalsettings.js to load no app in context Exception HMAC does not match. Could not decrypt or decode encrypted session data BadRequest Expected filesize of 6908057 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 81920 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side. WebDAV TypeError OCA\DAV\Connector\Sabre\Directory::__construct(): Argument #2 ($info) must be of type OCP\Files\FileInfo, bool given, called in /var/www/nextcloud/apps/dav/lib/Upload/UploadHome.php on line 93 PHP fopen(/var/www/nextcloud/config/config.php): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Config.php#221

    • @hussamsnobar1342
      @hussamsnobar1342 26 днів тому

      @@geek2gether469 thank you my friend look what i have:18 errors in the logs since 13 August 2024, 15:27:29 jsresourceloader Could not find resource firstrunwizard/js/personalsettings.js to load no app in context Exception HMAC does not match. Could not decrypt or decode encrypted session data BadRequest Expected filesize of 6908057 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 81920 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side. WebDAV TypeError OCA\DAV\Connector\Sabre\Directory::__construct(): Argument #2 ($info) must be of type OCP\Files\FileInfo, bool given, called in /var/www/nextcloud/apps/dav/lib/Upload/UploadHome.php on line 93 PHP fopen(/var/www/nextcloud/config/config.php): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Config.php#221

  • @bamstian
    @bamstian 27 днів тому

    Poor audio quality.. will look for an other video. Put a little more effort in your videos mate.

    • @geek2gether469
      @geek2gether469 27 днів тому

      Thank you for your feedback. And I hope you find what you are looking for.

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

    Please how do i resolve this : level=warning msg="You are using sqlite without WAL, this can have a performance impact. If you do not store the database in a network share, set db_config.use_wal to true. Set explicitly to false to disable this warning." time="15-08-2024 12:03:56" level=fatal msg="unable to create bouncer: bouncer firewall already exists"

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

    Thank you so much for your tutorial. I’ve watched all the videos and finally could install Nextcloud fresh without any errors or warnings. I’ve migrated from the TrueNAS app to a clean one thanks to you.

    • @geek2gether469
      @geek2gether469 27 днів тому

      Thank you for your feedback. Please like share and subscribe

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

    Hi, thank you for this video. I already have Crowdsec installed on OpnSense. How do I utilize the engin that’s already installed?

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

    Hi there, great video, I have a question please if you can help me: The video is great and all, but I was searching for something else, something that is nowhere in the internet, since I am deploying this for production use for a client: - The ldap works very good and everything, but what I want to do is I would like all the ldap users, by default, have access to all created connections? - And I also would like to add connections not via the GUI, but with a configuration file. I have seen in the official guacamole documentation that you can do this with /etc/guacamole/user-mapping.xml. but I have guacamole deployed as a kubernetes podman pod, in which I have the neccessery containers, but the guacamole container does not have a user-mapping.xml anywhere in the system, and even when I try to map such a file from the host system, on startup the guacamole container will delete this file. Do you have any suggenstions? Thank you in advance!!!

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

    Thanks for this series. I can't follow this video because I use free DUCKDNS and I can't find how to use this.

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

    What could be reasons, that the 50-default.conf is not being created on any machine? Everything else looks fine so far, it's just that one file.

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

    Hi, I would try this installation method. Is it good to install NC in Proxmox LXC or VM? What template can I use? Thanks

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

      Hey, what do you mean by template? Yes you can install nextcloud in a VM on proxmox

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

    hi, you are the onlyone who give me the correct answare! Thanks!

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

    Script easy and fast to install. However i got a problem if I want to set up the email server it shows me always the following error: A problem occurred while sending the email. Please revise your settings. (Error: Email could not be sent. Check your mail server log) I reinstalled the script 2 times now, and I still have this problem. Thank you for any help here!

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

      The problem is not the script! The script does not setup email. What is your setting for email ? And what email server/provider are you using? Gmail ? Yahoo?

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

      ⁠@@geek2gether469Oh yeah sorry. I use purelymail and their technical setup from their documentation. But it doesnt work. It worked before I installed the script on nextcloud snap.

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

      Can you share the documentation so I can test and provide feedback?

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

      @@geek2gether469 test

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

    is it possible search the groups? I tried ldap-group-base-dn and ldap-group-search-filter: but it didn't work.

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

      Yes It is possible. You can use ldap-member-attribute

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

    How do I connect using private key? I tried connecting to version 1.5.5, but without success. What command do I need to use to generate the key?

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

      I have all the steps in the video on how to get it working. What issue are you facing?

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

    What's the port you forward from outside for NPM ?

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

      It depends on you. But if you want to use https standard port 443 you’d port forward 443 to 4443(NPM)

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

    hi, during the login , i get error 400 missmatch redirect URi even though i had followed your links format. any advice?

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

      Can you post your config here or in the geek2gether forum?

  • @dr.m.sanaullahsahar9859
    @dr.m.sanaullahsahar9859 Місяць тому

    thank you

  • @joellindsey9038
    @joellindsey9038 2 місяці тому

    Thank you for making this video, using it I was able to move my data directory to an SMB share. Getting the SMB setup took a bit of troubleshooting such as updating the FSTAB entry to use the uid=www-data and gid=www-data so that the folder permissions are correct. I know your tutorial didn't cover that aspect but I figure I would drop that hint in there for the next person that wants to do this.

  • @miceasmr193
    @miceasmr193 2 місяці тому

    Failed to install mariadb server

    • @geek2gether469
      @geek2gether469 2 місяці тому

      If you already have MySQL or mariadb installed it won’t work .

    • @miceasmr193
      @miceasmr193 2 місяці тому

      @@geek2gether469 hmmm. okay. I'll try to check if any of this is installed already. First I need to figure out how. It's just my first time working with servers.

    • @miceasmr193
      @miceasmr193 2 місяці тому

      @@geek2gether469 maybe thats because i try to install it on truenas core

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

      Oh the script has not been tested on truenas core

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

      @@geek2gether469 tried to install in a CT Proxmox Debian 12, but received the same error

  • @jamq.
    @jamq. 2 місяці тому

  • @andydishong7254
    @andydishong7254 2 місяці тому

    Good video but barely can hear you? No its not my end :)

    • @geek2gether469
      @geek2gether469 2 місяці тому

      Yes I’m sure it’s my audio. This were my very first videos. Thank you for the feedback

  • @nguyentrung9068
    @nguyentrung9068 2 місяці тому

    Who can't view record in history, please change like that Recording path: ${HISTORY_PATH}/${HISTORY_UUID} Recording name:${GUAC_USERNAME}_${GUAC_DATE}_${GUAC_TIME}

  • @allxtechnologies
    @allxtechnologies 2 місяці тому

    Love your videos! I've been looking into this for a while now. There is any way to selfhost the dashboard instead of connecting it to saas?

    • @geek2gether469
      @geek2gether469 2 місяці тому

      Yes there is a self hosted option. I’m actually working on a video for that!

  • @hosseinemami5026
    @hosseinemami5026 2 місяці тому

    Thank you for this good and powerful video. Exactly what I needed.

    • @geek2gether469
      @geek2gether469 2 місяці тому

      You are welcome. I’m glad it helps. You can ping me if you have anymore specific questions

  • @genshinimpactjoki5393
    @genshinimpactjoki5393 2 місяці тому

    this works!. thanks man. at first i tried using SMB, but it fail. and i see many comment on several forums said that there's error on SMB permission. Well, then i change it using NFS. But, im worried about the security.

    • @geek2gether469
      @geek2gether469 2 місяці тому

      What exactly are you worried about in regards to security ? if your comfortable telling me about your setup i can advice you on best practices. Also you can open a topic on geek2gether.com and post your concerns.

    • @genshinimpactjoki5393
      @genshinimpactjoki5393 2 місяці тому

      ​@@geek2gether469 thanks a lot. before that, sorry, im noob at this kind of stuff. so please be patient. as far as i know, NFS dont have any authentication so i think someone could use and event remove files there. So i choose SMB rather than NFS

    • @geek2gether469
      @geek2gether469 2 місяці тому

      So your nextcloud instance is exposed to the internet? SMB should work , but again you need to mount it permanently with credentials. If you are willing to open a new topic with more info about your setup I can help you more. However, make sure if your nextcloud is exposed externally, your keeping it up to date, using a strong user password and MFA as well.

    • @genshinimpactjoki5393
      @genshinimpactjoki5393 2 місяці тому

      @@geek2gether469 yes, its exposed to the internet. i have tried SMB. it got error permission when i try turn off the maintenance mode. i surely have add the credential when i mount it.

    • @geek2gether469
      @geek2gether469 2 місяці тому

      Well you need to assign appropriate permission to the user such as rw then the nextcloud www-data will need to have permission to access and rw on the share as well.

  • @TomMolczynski
    @TomMolczynski 2 місяці тому

    Everything worked great except at the end I get this. Any ideas why? Forbidden You don't have permission to access this resource. Apache/2.4.58 (Ubuntu) Server at 192.168.x.x Port 80

    • @geek2gether469
      @geek2gether469 2 місяці тому

      It can be a handful of things. Can you check your Apache error log file and show me the error message you get there?

  • @ahmadkakarr
    @ahmadkakarr 2 місяці тому

    Thankyou dear thanks you so much

    • @geek2gether469
      @geek2gether469 2 місяці тому

      You are welcome. Please like share and subscribe

  • @jeffandres1155
    @jeffandres1155 2 місяці тому

    Cannot configure two systems successfully in ldap-servers.xml. it seems that only the information in guacamole.properties is being read. Any help?

    • @geek2gether469
      @geek2gether469 2 місяці тому

      Open up a topic at hub.geek2gether.com and post your ldap-servers.yml and guacamole.properties config. Make sure you remove personal information. Once I see these files I can provide appropriate advice!

  • @genshinimpactjoki5393
    @genshinimpactjoki5393 2 місяці тому

    can we make SMB external storage as private folder for each user? i see some documentation suggest to use $user on Remote subfolder, but i think thats not work. or maybe we have to do something on nextcloud or the truenas?

    • @geek2gether469
      @geek2gether469 2 місяці тому

      If I understand you correctly you want all user data to be stored on an smb share. The most effective way is changing the entire nextcloud data directory to use an smb share mounted. Note this may slow down your nextcloud depending on your connection speed and how fast your smb share is. I have a video here on how to change data directory: m.ua-cam.com/video/Rk3kYCyY5ro/v-deo.html But in your case you will manually mount the smb share and make sure it is always mounted on boot then follow the video to change the data directory.

    • @genshinimpactjoki5393
      @genshinimpactjoki5393 2 місяці тому

      @@geek2gether469 thanks man, thats a lot easier than my thought before.

  • @RealMangaAddict
    @RealMangaAddict 2 місяці тому

    Thank you soo much!

  • @joevaughan5570
    @joevaughan5570 2 місяці тому

    I am having a nightmare trying to change the location where my files etc are saving. Everything at the moment is saving to the SD card and not the M.2 SSD. I've been trying to get help via the community, but so far nothing. I might have to give up soon. Can anyone help?

    • @geek2gether469
      @geek2gether469 2 місяці тому

      Sure thing! Open a new topic on my forums at geek2gether.com so I can help you resolve your issues. Please provide information about your setup as well and how your virtual machine or physical nextcloud server is setup. Do not provide personal information such as public ip addresses etc.

  • @mrldtj
    @mrldtj 2 місяці тому

    Just performed this step by step to move data from default to newly installed raid array. Worked perfectly(to much relief)!

  • @hosseinemami5026
    @hosseinemami5026 2 місяці тому

    Thanks for your helpful post How to cluster this service to have HA?

    • @geek2gether469
      @geek2gether469 2 місяці тому

      Thank you for watching. You can achieve this with 2 load balanced guacamole instances using thesame database. I may make a video about this in the near future.

    • @hosseinemami5026
      @hosseinemami5026 2 місяці тому

      @@geek2gether469 I am launching a project for my organization and the guacamole service is very attractive to me. Is it possible to have your email to exchange ideas? I need your opinion for some things. I will be grateful.

    • @geek2gether469
      @geek2gether469 2 місяці тому

      Sure thing. You can email me at cyberghost.turorials@gmail.com

  • @johnboyboy919
    @johnboyboy919 2 місяці тому

    Thank you so much Very simple, very easy to follow, learned a bit more linux and mySQL Everything has been painful until I found this video 😁😁😁😁😁

  • @nicosoto565
    @nicosoto565 2 місяці тому

    Comment établir une connexion avec les protocoles HTTP/HTTPS ?

  • @kaanguryuva
    @kaanguryuva 2 місяці тому

    This is what I have been looking for for a while. thank you