Windows remote connection to Ubuntu blue screen

Ubuntu18.04 and win10 use zerotier one for mstsc remote connection

This big guy wrote it in great detail, but there may still be some problems in actual operation. I will add a few more points here and it will be OK.

Points to note : It is OK to set zerotierone on windows, but there are many necessary modules involved in ubuntu, all of which must be installed: xface4, xrdp, vnc4server, zerotierone, etc.

At the beginning, I configured ubuntu by feeling, and there were some problems. Here are some points for attention :

1. The language of the system should be set to English, otherwise there will be many strange errors in the follow-up.

2. Ubuntu needs to configure more than Zerotierone, you need to download xrdp, and then download Zerotierone. Of course, other modules are also needed, see the top boss link for details.

The problem I'm having is a blue screen after connecting :

Solution: If you encounter a blue screen and cannot enter, you may also need to download xrdp.

The above big guy’s method is somewhat effective, but you need to pay attention to the details, and see if the xrdp downloaded using wget is saved to the home or the download folder. After confirming that the compressed file of xrdp is under Download, go to the next step.

It may take some time to execute the ./Install-xrdp-3.0.sh command. If a red warning appears, you can check the context yourself. If it is not a path problem, try to execute ./Install a few more times -xrdp-3.0.sh This command.

After working for a long time, I finally got it out, and I cried.

Guess you like

Origin blog.csdn.net/BeiErGeLaiDe/article/details/126370209