Configure RDP on Fedora 24

How to connect to your Fedora Workstation 24 ?
You could install the protocol xrdp and configure the connection based on your needs.

1. Install and enable xrdp

# dnf install -y xrdp
# systemctl enable xrdp.service
# systemctl restart xrdp.service

2. Configure the keyboard

# cd /etc/xrdp
# setxkbmap -layout be
# cp km-0409.ini km-0409.ini.bak
# xrdp-genkeymap km-0409.ini

3. Configure the language

# nano /etc/environment
LANG="fr_BE.UTF-8"

4. Enable the language

# nano /etc/xrdp/startwm.sh
. /etc/environment