# How to Set Up a Self-Hosted Apache Guacamole Remote Access Gateway

DevFeed: [How to Set Up a Self-Hosted Apache Guacamole Remote Access Gateway](<https://devfeed.tech/articles/meet-guacamole-your-remote-access-gateway-10544.md>)

Original publisher: [Read original article](<https://technotim.com/posts/guacamole-remote-access-gateway/>)

Author: Techno Tim

Published: 2020-09-26T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [MFA](<https://devfeed.tech/topics/mfa.md>), [virtual machines](<https://devfeed.tech/topics/virtual-machines.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [docker](<https://devfeed.tech/tags/docker.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [mac](<https://devfeed.tech/tags/mac.md>), [remote](<https://devfeed.tech/tags/remote.md>), [remote-access](<https://devfeed.tech/tags/remote-access.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [ui](<https://devfeed.tech/tags/ui.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>), [windows](<https://devfeed.tech/tags/windows.md>)

## AI overview

A step-by-step tutorial for setting up a self-hosted Apache Guacamole clientless remote access gateway in a homelab. It covers accessing Windows, Linux, and Mac clients through a web portal using protocols including VNC, RDP, SSH, and TELNET, with multifactor authentication for additional security.

## Source excerpt

Do you have a lot of virtual machines? Are you running Windows, Linux, and Mac and need remote access from a single UI? Well, Apache Guacamole is for you! Apache Guacamole is a clientless remote access gateway that give you a web portal to access any of your clients over standard protocols like VNC, RDP, SSH, TELNET, and more. Join me in this step by step tutorial as we set up a self-hosted ...