Install on Prem
RPort server installation on premises explained
The video covers
Commands used in this video
apt install netcat-openbsdnc -l <PORT>Test-NetConnection -ComputerName <HOSTNAME> -Port <PORT>curl -o rportd-installer.sh
bash rportd-installer.sh -hiwr "https://<RPORT-SERVER-IP>:<PORT>/rport-ca.crt" -SkipCertificateCheck `
-OutFile rport-ca.crt
Import-Certificate -FilePath rport-ca.crt `
-CertStoreLocation 'Cert:\CurrentUser\Root' -verboseLast updated
Was this helpful?