You are viewing a single comment's thread from:
RE: Guide: How To Build A Cryptocurrency Proof-of-Stake Mining Box For Absolute Newbies
Below worked temp, but no longer allows access.
I kept my remote desktop connection going like this.
sudo nano /etc/xrdp/xrdp.ini
Change port=-1 to port=ask5910
[xrdp1]
name=sesman-vnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=-1
to
[xrdp1]
name=sesman-vnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=ask5910