https://store-images.s-microsoft.com/image/apps.43913.e4bf6a9a-893b-48e0-8e82-a83463473b8e.2c660493-2359-4c84-9a39-4121e74b36b5.9744f41b-f77d-48bd-be03-2d538556f76c

Apache Guacamole

ATH Infosystems에 의해

(1 등급)

Version 1.6.0+ Free Support on Ubuntu 24.04

Apache Guacamole is a free, open-source, clientless remote desktop gateway that allows users to access servers and desktops directly from a web browser. It supports protocols such as RDP, SSH, and VNC, making it ideal for centralized remote access, IT support environments, cloud servers, and internal infrastructure management.

Key Features of Apache Guacamole:

  • Open-source remote access platform with no client software required.
  • Browser-based access to RDP, SSH, and VNC connections.
  • Centralized user management and role-based permissions.
  • Web-based administration panel for managing users and connections.
  • Supports database-backed authentication and session management.

Apache Guacamole Usage:

$ sudo su
4 cd /tmp
$ sudo mkdir -p /opt/guacamole
$ cd /opt/guacamole
$# Check version
guacd -v

# Check status (systemd)
sudo systemctl status guacd

# Start / stop / restart
sudo systemctl start guacd
sudo systemctl restart guacd
sudo systemctl stop guacd

$ http://:8080/guacamole/

To Access Web Interface:
http://:8080/guacamole

To Check Login Credentials:
cat /var/apache/credentials.txt

Disclaimer:
Apache Guacamole is an open-source remote desktop gateway maintained by the Apache Software Foundation. This content is provided for informational purposes only. We are not affiliated with or endorsed by Apache Guacamole. All trademarks and product names belong to their respective owners.