Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 802 Bytes

restart-xrdp-service.md

File metadata and controls

24 lines (16 loc) · 802 Bytes

Restarting xrdp service

After you have made changes to configuration stuff in xrdp, you will have to restart its service in order for those changes to take effect. here are some ways of restarting it (I will add more commands related to this part when I find more)


first way:

sudo systemctl restart xrdp.service

second way:

sudo /etc/init.d/xrdp restart

xrdp service fails to restart, what to do?

There are multiple possibilities in this case:

  • if you have edited configuration of xrdp in any way (such as editing your xrdp.ini file), then most probably you have messed up its configuration, please take a look at this file for possible solutions on how to return back default settings.