Ubuntu Server installieren
OpenSSH mit installieren
Server Desktop installieren
sudo apt update && sudo apt upgrade
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
sudo reboot
Display Manager installieren
sudo apt install lightdm
sudo apt install ubuntu-desktop
Falls wir während der Installation gefragt werden, welchen Display Manager wir verwenden möchten, wählen wir hier lightdm aus.
sudo reboot
Partitions Manager
GParted per Verwaltung installieren. Wir benötigt um Festplatten für Timeshift vorzubereiten.
sudo apt-get install gparted
sudo apt-get install timeshift
Installation Server
Firewall Einstellungen
sudo ufw allow 21114:21119/tcp
sudo ufw allow 8000/tcp
sudo ufw allow 21116/udp
sudo ufw enable
Status Firewall sudo ufw status
Node js installation
sudo apt install nodejs
sudo apt install npm
sudo apt install curl
Install pm2
sudo npm install pm2 -g
wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/install.sh
chmod +x install.sh
./install.sh
Packet Installation sudo apt-get -f rustdesk-server-hbbr_1.1.14_amd64.deb
sudo dpkg -i rustdesk-server-hbbr_1.1.14_amd64.deb
sudo dpkg -i rustdesk-server-hbbs_1.1.14_amd64.deb
./hbbs
./hbbr
pm2 start hbbs
pm2 start hbbr
Check PM2 pm2 list
pm2 save
pm2 startup
Ip Adresse: hostname -I
Restart Server:
sudo systemctl restart rustdesksignal
sudo systemctl restart rustdeskrelay
Client Installationen
192.168.xx.xx:8000 ruft die install scripte auf
Windows client installieren
Power Shell starten
How to Enable windowsagentaioinstall.ps1
Get-ExecutionPolicy-List
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
./WindowsAgentAIOInstall.ps1
Linux install via script
chmod +x linuxclientinstall.sh
sudo ./linuxclientinstall.sh
Autostart Linux client
sudo systemctl enable rustdesk
Ubuntu wayland ausschalten
sudo nano /etc/gdm3/custom.conf
Um den Fehler zu beseitigen die Datei /etc/gdm3/custom.conf editieren
[daemon]
# Enabling automatic login
AutomaticLoginEnable=true
AutomaticLogin=$USERNAME (mit dem Anmeldenamen ersetzen)
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false