rightniom.blogg.se

Install virtualbox on debian 11
Install virtualbox on debian 11






install virtualbox on debian 11

That was all about the installation and configuration of Xrdp. Now, we will reload the Firewall of our Debian 11 system so that it can take effect from the added new rules: $ sudo ufw reload However, if you want to do so, then execute this command: $ sudo ufw allow 3389 For instance, we will add the “ 192.168.43.1/24” IP address in the below-given command: $ sudo ufw allow from 192.168.43.1/24 to any port 3389įor security reasons, we do not recommend you to allow traffic from anywhere. Utilize the following command for allowing access to the Xrdp server from a certain IP address. If firewall is enabled on your system, you have to add a rule for permitting the traffic on the Xrdp port. On Debian 11 system, Xrdp listens on port 3389 by default. This command will add the “ xrdp” user to the “ ssl-cert”:Īfter that, restart the xrdp service on your Debian 11 system: $ sudo systemctl restart xrdp How to configure Firewall for xrdp Server on Debian 11 To permits the xrdp user to access the certificate key file, execute this given command in your terminal: $ sudo adduser xrdp ssl-cert When you install xrdp on Debian 11, it automatically creates a user named “ xrdp”. By default, “ root” is the owner of “ /etc/ssl/private/ssl-cert-snakeoil.key” file and “ ssl-cert” is the group owner. The “ /etc/ssl/private/ssl-cert-snakeoil.key” certificate key file, utilized by the xrdp sessions plays its part in establishing remote connection. In the next step, we will check out the status of Xrdp on our Debian 11 system: $ sudo systemctl status xrdpįrom the output, you can see that the “ xrdp” service is running: This command will let you install Xrdp Server on your system: To install the Xfce Desktop Environment on your system, execute this command: $ sudo apt install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utilsĪfter updating the system repositories and installing Xfce packages, execute the below-given command: $ sudo apt install xrdp We recommend installing “ Xface” for this purpose, as it is a lightweight and fast desktop environment and considered “ ideal” for using the remote server. If you do not have a Desktop Environment for your Debian system, you have to install one.








Install virtualbox on debian 11