Remote Access
xrdp
#add setup#####################
############################
help with slowness
nano /etc/xrdp/xrdp.ini
Inside the file edit the variables "max_bpp", "xserverbpp" and "crypt_level", these are optimized values:
max_bpp = 128
xserverbpp = 128
crypt_level = low
add the variable "max_bpp" the variable "use_compression" with the following value:
use_compression = yes
SSH connection manager
curl -1sLf 'https://dl.cloudsmith.io/public/asbru-cm/release/cfg/setup/bash.deb.sh' | sudo -E bash
sudo apt install asbru-cm
SSH tunnel socks proxy server
Run the following ssh command on your local command to connect to your server and also open a socks proxy on a local port.
The port number used here is 9999, but could be anything of your choice. Just make sure that nothing else is running on the same port.
$ ssh -D 9999 user@yourserver.com