simplified RDP

This commit is contained in:
2026-03-24 20:48:25 -05:00
parent 6e7e6a87ca
commit 7e4bcaa403
2 changed files with 29 additions and 56 deletions

View File

@@ -64,3 +64,22 @@ sovran_systemsOS.features.element-calling = true;
```nix
sovran_systemsOS.features.rdp = true;
```
Next in a new termianl window paste this in:
```bash
ssh root@localhost
```
Type in password for if required it is the password to run the Sovran_SystemsOS_Updater app
Next paste in these commands and make sure you add your own username and password
```bash
sudo -u gnome-remote-desktop winpr-makecert -silent -rdp -path /var/lib/gnome-remote-desktop rdp-tls
grdctl --system rdp set-tls-key /var/lib/gnome-remote-desktop/rdp-tls.key
grdctl --system rdp set-tls-cert /var/lib/gnome-remote-desktop/rdp-tls.crt
grdctl --system rdp enable
grdctl --system rdp set-credentials "username" "passaword"
```
Last access Sovran_SystemsOS Desktop from any computer in your nextwork by using any software that connects thrthrough RDP