I have been able to connect to my droplet daily for the last two weeks, now i cannot connect via microsoft remoter desktop. i have tried restarting my xrdp but cannot connect. I can connect via ssh through the terminal but not remote desktop. I am on Mac os Intel. This is the error i receive:
We couldn’t connect to the remote PC. This might be because of a network problem. If this keeps happening, contact your network administrator for assistance.
Error code: 0x704
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello @developerssquid
You can check if the
xrdp
service is running. The service might have crashed and now causing the connectivity issues for you.To check the status run:
and to start it:
This will be a good starting point to troubleshoot the issue. If there are error messages in the following log you can share them here -
/var/log/xrdp-sesman.log
Regards
Hey @developerssquid,
Is your Droplet online? Try to ping it and see. If it’s not only, try rebooting it and then checking the logs for the reason it went offline.
If it’s online and pinging, try to SSH to it using the debug mode:
Post the debug message if the Droplet was online and you couldn’t SSH to it.