Moment pool cloud hides a lot of advanced functions for users to dig.
Rent the machine
Enter the jupyterlab
Setting the VNC Password
VNC_PASSWD="userpasswd" ./root/vnc_startup.sh
Copy the code
The password I choose is userpasswd, password is very important, set a complicated password and put it in userpasswd.
Viewing the VNC Process
ps aux | grep vnc
Copy the code
Open CMD locally
Enter the command to start
SSH -p Your port -nl 5901:localhost:5901 [email protected]Copy the code
To get an idea of the number of ports you have, take a look at the first picture. SSH links are followed by your own ports. My port right here is26539
.
Open the VNC
localhost:5901
Copy the code
This time, the password is the one you set above. In this case, it is userpasswd