Total Pageviews

Thursday 24 June 2021

OneClickDesktop


A one-click script that installs a remote desktop environment on a Linux server with browser/RDP/VNC access.

Features of this script

  • Build Guacamole Server from source.
  • Set up Guacamole Web APP.
  • Install Tomcat 9, XRDP (or TigerVNC), XFCE4 Desktop, Firefox.
  • One-click free SSL certificates from Let's Encrypt
  • You can access your remote desktop from browsers, no need for RDP or VNC software.

System requirement

  • freshly installed server, with Ubuntu 18.04/20.04 LTS 64 bit, Debian 10 64 bit, or CentOS 7/8 64 bit system
  • Do NOT install any web server programs (e.g., Apache, Nginx, LiteSpeed, Caddy). Do NOT install LAMP or LEMP stack. Do NOT install any admin panels (e.g., cPanel, DirectAdmin, BTcn, VestaCP). They are NOT compatible with this script.
  • 1 IPv4
  • For Debian/Ubuntu users, at least 1.0 GB RAM is required; 1.5+ GB is recommended.
  • For CentOS users, at least 1.5 GB RAM is required; 2.0+ GB is recommended.
  • Root access, or sudo user

How to use

  • Firstly, you need to find a spare VPS with at least 1 IPv4, and install Ubuntu 18.04/20.04 LTS 64 bit (recommended), Debian 10 64 bit, or CentOS 7/8 64 bit OS.
  • You need a domain name (can be a subdomain) which points to the IP address of your server.
  • Then, please run the following command as a sudo user in SSH.
wget https://raw.githubusercontent.com/Har-Kuun/OneClickDesktop/master/OneClickDesktop.sh && sudo bash OneClickDesktop.sh
  • The script will guide you through the installation process.
  • If you encounter any errors, please check the OneClickDesktop.log file that's located within the same directory where you download this script.
  • Please consider reporting the error log at https://github.com/Har-Kuun/OneClickDesktop/issues so that I can fix any underlying issues.
  • Copy/paste between client and server should have been enabled by default. If you have any problems with copy/paste when using VNC method, please try to run the EnableCopyPaste.sh file on your Desktop.

Plugins

There is a few plugin scripts/addons available.

Please submit an issue if you want more plugins to be written.

from https://github.com/Har-Kuun/OneClickDesktop

No comments:

Post a Comment