{"id":1853,"date":"2025-11-09T10:12:36","date_gmt":"2025-11-09T10:12:36","guid":{"rendered":"https:\/\/alexisiumus.ru\/?p=1853"},"modified":"2025-11-09T12:48:39","modified_gmt":"2025-11-09T12:48:39","slug":"%d0%ba%d0%b0%d0%ba-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%b8%d1%82%d1%8c-%d0%b2-freebsd-%d0%b3%d1%80%d0%b0%d1%84%d0%b8%d1%87%d0%b5%d1%81%d0%ba%d0%be%d0%b5-%d0%be%d0%ba%d1%80%d1%83%d0%b6%d0%b5","status":"publish","type":"post","link":"https:\/\/alexisiumus.ru\/?p=1853","title":{"rendered":"\u041a\u0430\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432 FreeBSD \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435"},"content":{"rendered":"\n<p><strong>\u0427\u0442\u043e\u0431\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u0432 FreeBSD, \u043d\u0443\u0436\u043d\u043e \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c X-\u0441\u0435\u0440\u0432\u0435\u0440 (Xorg), \u0430 \u0437\u0430\u0442\u0435\u043c \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0443, \u0442\u0430\u043a\u0443\u044e \u043a\u0430\u043a GNOME, KDE, Xfce \u0438\u043b\u0438 LXDE.<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83e\uddf1 1. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 X-\u0441\u0435\u0440\u0432\u0435\u0440 (Xorg)<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install xorg<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u042d\u0442\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442 \u0441\u0435\u0440\u0432\u0435\u0440 X Window \u0438 \u0431\u0430\u0437\u043e\u0432\u044b\u0435 \u0434\u0440\u0430\u0439\u0432\u0435\u0440\u044b.<\/li>\n\n\n\n<li>\u041f\u043e\u0441\u043b\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0437\u0430\u043f\u0443\u0441\u043a: <code>startx<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udda5 2. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0443 (\u043d\u0430 \u0432\u044b\u0431\u043e\u0440)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 GNOME<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install gnome gdm\nsysrc gdm_enable=\"YES\"\nsysrc dbus_enable=\"YES\"\nsysrc hald_enable=\"YES\"\nsysrc gnome_enable=\"YES\"<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 KDE Plasma<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install kde5 sddm\nsysrc sddm_enable=\"YES\"\nsysrc dbus_enable=\"YES\"<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 Xfce (\u043b\u0451\u0433\u043a\u0430\u044f \u0438 \u0431\u044b\u0441\u0442\u0440\u0430\u044f)<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install xfce slim\nsysrc slim_enable=\"YES\"\nsysrc dbus_enable=\"YES\"<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 LXDE (\u0435\u0449\u0451 \u043b\u0435\u0433\u0447\u0435)<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install lxde slim\nsysrc slim_enable=\"YES\"\nsysrc dbus_enable=\"YES\"<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\ude80 3. \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0430<\/h2>\n\n\n\n<p>\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0444\u0430\u0439\u043b <code>~\/.xinitrc<\/code> \u0434\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043d\u0443\u0436\u043d\u043e\u0439 \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0438:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0414\u043b\u044f GNOME: <code>echo \"exec gnome-session\" &gt; ~\/.xinitrc<\/code><\/li>\n\n\n\n<li>\u0414\u043b\u044f KDE: <code>echo \"exec startplasma-x11\" &gt; ~\/.xinitrc<\/code><\/li>\n\n\n\n<li>\u0414\u043b\u044f Xfce: <code>echo \"exec startxfce4\" &gt; ~\/.xinitrc<\/code><\/li>\n\n\n\n<li>\u0414\u043b\u044f LXDE: <code>echo \"exec startlxde\" &gt; ~\/.xinitrc<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83e\uddea 4. \u0417\u0430\u043f\u0443\u0441\u043a \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0441\u0440\u0435\u0434\u044b<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0412\u0440\u0443\u0447\u043d\u0443\u044e: <code>startx<\/code><\/li>\n\n\n\n<li>\u0418\u043b\u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u2014 \u0434\u0438\u0441\u043f\u043b\u0435\u0439\u043d\u044b\u0439 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440 (GDM, SDDM, SLiM) \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0441\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udccc \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443 \u0432\u0430\u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0434\u0440\u0430\u0439\u0432\u0435\u0440\u044b \u0434\u043b\u044f \u0432\u0438\u0434\u0435\u043e\u043a\u0430\u0440\u0442\u044b (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, <code>drm-kmod<\/code> \u0434\u043b\u044f Intel\/AMD).<\/li>\n\n\n\n<li>\u0414\u043b\u044f \u043d\u043e\u0443\u0442\u0431\u0443\u043a\u043e\u0432 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f <code>xf86-input-synaptics<\/code> \u0434\u043b\u044f \u0442\u0430\u0447\u043f\u0430\u0434\u0430.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\ud83d\udcda \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e: <a href=\"https:\/\/docs.freebsd.org\/ru\/books\/handbook\/x11\/\">FreeBSD Handbook \u2014 X Window System<\/a> <a href=\"https:\/\/docs.freebsd.org\/ru\/books\/handbook\/x11\/\">FreeBSD Documentation<\/a><br>\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e: <a href=\"http:\/\/freebsd.org.ru\/handbook\/x11-wm.html\">\u0420\u0430\u0437\u0434\u0435\u043b \u043e \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0430\u0445<\/a> <a href=\"http:\/\/freebsd.org.ru\/handbook\/x11-wm.html\">freebsd.org.ru<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u041a\u0430\u043a \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0442\u0430\u043a, \u0447\u0442\u043e-\u0431\u044b \u0432 freebsd \u0440\u0430\u0431\u043e\u0442\u0430\u043b rdp \u0441\u0435\u0440\u0432\u0435\u0440?<\/h2>\n\n\n\n<p><strong>\u0427\u0442\u043e\u0431\u044b \u0432 FreeBSD \u0440\u0430\u0431\u043e\u0442\u0430\u043b RDP-\u0441\u0435\u0440\u0432\u0435\u0440, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 <code>xrdp<\/code> \u2014 \u044d\u0442\u043e \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0443 Remote Desktop \u0441 Windows \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c\u0438.<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udee0 \u041f\u043e\u0448\u0430\u0433\u043e\u0432\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 RDP-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432 FreeBSD<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. \ud83d\udce6 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 <code>xrdp<\/code> \u0438 <code>xorg<\/code><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install xrdp xorg<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>xrdp<\/code> \u2014 \u044d\u0442\u043e RDP-\u0441\u0435\u0440\u0432\u0435\u0440<\/li>\n\n\n\n<li><code>xorg<\/code> \u2014 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u043e\u0434\u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430\u044f \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f GUI<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. \ud83d\udda5 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0443 (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, Xfce)<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install xfce<\/code><\/pre>\n\n\n\n<p>\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0444\u0430\u0439\u043b <code>~\/.xinitrc<\/code> \u0434\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430 Xfce:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"exec startxfce4\" &gt; ~\/.xinitrc<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. \ud83d\udd27 \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u043b\u0443\u0436\u0431\u044b \u0432 <code>\/etc\/rc.conf<\/code><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sysrc dbus_enable=\"YES\"\nsysrc xrdp_enable=\"YES\"\nsysrc xrdp_sesman_enable=\"YES\"<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4. \ud83d\ude80 \u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0441\u043b\u0443\u0436\u0431\u044b<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>service dbus start\nservice xrdp start\nservice xrdp-sesman start<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5. \ud83d\udd10 \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u0435 \u0432\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043f\u043e\u0440\u0442 <code>3389<\/code> \u043e\u0442\u043a\u0440\u044b\u0442 \u0432 \u0444\u0430\u0435\u0440\u0432\u043e\u043b\u0435<\/li>\n\n\n\n<li>\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u0440\u0442\u0430: <code>sockstat -4 -l | grep 3389<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83e\uddea \u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f<\/h2>\n\n\n\n<p>\u0421 Windows \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u043e\u0433\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0430:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mstsc \u2192 \u0412\u0432\u0435\u0434\u0438\u0442\u0435 IP FreeBSD \u2192 \u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c FreeBSD<\/li>\n\n\n\n<li>\u0414\u043e\u043b\u0436\u0435\u043d \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0441\u044f \u0441\u0435\u0430\u043d\u0441 Xfce (\u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u043e\u0439 DE)<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udccc \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0415\u0441\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f <code>SLiM<\/code>, <code>GDM<\/code> \u0438\u043b\u0438 <code>SDDM<\/code>, \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u043e\u0432\u0430\u0442\u044c \u0441 <code>xrdp<\/code>. \u041b\u0443\u0447\u0448\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c <code>startx<\/code> \u0447\u0435\u0440\u0435\u0437 <code>.xinitrc<\/code>.<\/li>\n\n\n\n<li>\u0414\u043b\u044f \u043b\u0443\u0447\u0448\u0435\u0439 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438 \u0441 Windows \u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c <code>freerdp<\/code> \u043d\u0430 FreeBSD \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u043e\u0432: <code>pkg install freerdp<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd12 \u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 root-\u0434\u043e\u0441\u0442\u0443\u043f \u0447\u0435\u0440\u0435\u0437 RDP<\/li>\n\n\n\n<li>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f<\/li>\n\n\n\n<li>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 SSH-\u0442\u0443\u043d\u043d\u0435\u043b\u044c \u0438\u043b\u0438 VPN \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b RDP-\u0441\u0435\u0441\u0441\u0438\u0438<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u0425\u043e\u0447\u0435\u0448\u044c, \u044f \u043f\u043e\u043c\u043e\u0433\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c RDP \u0441 KDE \u0438\u043b\u0438 GNOME, \u0438\u043b\u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u0443\u0441\u043a \u0433\u0440\u0430\u0444\u0438\u043a\u0438 \u043f\u0440\u0438 \u0432\u0445\u043e\u0434\u0435?<br>\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438: <a href=\"https:\/\/www.jeremymorgan.com\/tutorials\/freebsd\/how-to-remote-desktop-in-freebsd\/\">Jeremy Morgan&#8217;s guide<\/a> <a href=\"https:\/\/www.jeremymorgan.com\/tutorials\/freebsd\/how-to-remote-desktop-in-freebsd\/\">jeremymorgan.com<\/a>, <a href=\"https:\/\/forums.freebsd.org\/threads\/how-to-connect-via-remote-desktop-from-windows-10-to-freebsd.80380\/\">FreeBSD Forums<\/a> <a href=\"https:\/\/forums.freebsd.org\/threads\/how-to-connect-via-remote-desktop-from-windows-10-to-freebsd.80380\/\">The FreeBSD Forums<\/a>, <a href=\"https:\/\/www.siberoloji.com\/how-to-enable-screen-sharing-via-vncrdp-on-freebsd-operating-system\/\">Siberoloji<\/a> <a href=\"https:\/\/www.siberoloji.com\/how-to-enable-screen-sharing-via-vncrdp-on-freebsd-operating-system\/\">siberoloji.com<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u0415\u0441\u043b\u0438 \u043f\u0440\u0438 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u043f\u043e RDP \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b<\/h2>\n\n\n\n<p>\u0441\u0443\u0434\u044f \u043f\u043e \u043b\u043e\u0433\u0430\u043c, XRDP \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442 X-\u0441\u0435\u0440\u0432\u0435\u0440 \u0438 \u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u0441\u043a\u0440\u0438\u043f\u0442 <code>\/usr\/local\/etc\/xrdp\/startwm.sh<\/code>, \u043d\u043e <strong>\u0432\u043c\u0435\u0441\u0442\u043e XFCE \u0442\u044b \u0432\u0438\u0434\u0438\u0448\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b<\/strong>, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e <code>startwm.sh<\/code> \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442 <code>xterm<\/code>, \u0435\u0441\u043b\u0438 \u043d\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043e \u0434\u0440\u0443\u0433\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 \u041a\u0430\u043a \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c: \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u044c XRDP \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c XFCE<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. \ud83d\udcdd \u041e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0439 <code>startwm.sh<\/code><\/h3>\n\n\n\n<p>\u041e\u0442\u043a\u0440\u043e\u0439 \u0444\u0430\u0439\u043b:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ee \/usr\/local\/etc\/xrdp\/startwm.sh<\/code><\/pre>\n\n\n\n<p>\u041d\u0430\u0439\u0434\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043d\u0430:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#!\/bin\/sh\n. \/etc\/profile\nexec startxfce4<\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u042d\u0442\u043e \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0442 XRDP \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c XFCE \u0432\u043c\u0435\u0441\u0442\u043e <code>xterm<\/code>.<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">2. \ud83d\udd27 \u0423\u0431\u0435\u0434\u0438\u0441\u044c, \u0447\u0442\u043e XFCE \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install xfce<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">3. \ud83e\udde9 \u0423\u0431\u0435\u0434\u0438\u0441\u044c, \u0447\u0442\u043e <code>startxfce4<\/code> \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>which startxfce4<\/code><\/pre>\n\n\n\n<p>\u0415\u0441\u043b\u0438 \u043f\u0443\u0442\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u2014 XFCE \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u043d\u0435 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">4. \ud83d\ude80 \u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438 \u0441\u043b\u0443\u0436\u0431\u044b<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>service xrdp-sesman restart\nservice xrdp restart<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">5. \ud83e\uddea \u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0441\u044c \u0441\u043d\u043e\u0432\u0430<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439 RDP-\u043a\u043b\u0438\u0435\u043d\u0442 (<code>mstsc<\/code>)<\/li>\n\n\n\n<li>\u0412\u0432\u0435\u0434\u0438 IP FreeBSD \u0438 \u043b\u043e\u0433\u0438\u043d\/\u043f\u0430\u0440\u043e\u043b\u044c<\/li>\n\n\n\n<li>XFCE \u0434\u043e\u043b\u0436\u0435\u043d \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0441\u044f<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udccc \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439 root \u0434\u043b\u044f RDP \u2014 \u0441\u043e\u0437\u0434\u0430\u0439 \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f: <code>adduser<\/code><\/li>\n\n\n\n<li>\u0423\u0431\u0435\u0434\u0438\u0441\u044c, \u0447\u0442\u043e \u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0435\u0441\u0442\u044c <code>.xsession<\/code> \u0438\u043b\u0438 <code>.xinitrc<\/code>: <code>echo \"exec startxfce4\" > ~\/.xsession chmod +x ~\/.xsession<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u0415\u0441\u043b\u0438 \u043f\u043e\u0441\u043b\u0435 \u043f\u0440\u0430\u0432\u043a\u0438 <code>startwm.sh<\/code> XFCE \u0432\u0441\u0451 \u0440\u0430\u0432\u043d\u043e \u043d\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f \u2014 \u043f\u0440\u0438\u0448\u043b\u0438 \u0435\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435, \u044f \u043f\u043e\u043c\u043e\u0433\u0443 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c. \u0425\u043e\u0447\u0435\u0448\u044c, \u044f \u043f\u043e\u043a\u0430\u0436\u0443, \u043a\u0430\u043a \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u0443\u0441\u043a XFCE \u043f\u0440\u0438 \u0432\u0445\u043e\u0434\u0435?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 FreeBSD \u0438 pfSense: \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 SSH-\u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u044f, \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0446\u0438\u044f LAN-WAN, \u0434\u0438\u0430\u0433\u043d\u043e\u0441\u0442\u0438\u043a\u0430 \u0441\u0435\u0442\u0438, \u0440\u0430\u0431\u043e\u0442\u0430 \u0441 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u043e\u043c \u0438 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435.<\/p>\n","protected":false},"author":1,"featured_media":1854,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[171],"tags":[163,168,164,167,166,49,169,107,165,170],"class_list":["post-1853","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-freebsd","tag-freebsd","tag-lan-to-wan","tag-pfsense","tag-ssh","tag-xorg","tag-49","tag-169","tag-107","tag-165","tag-170"],"_links":{"self":[{"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=\/wp\/v2\/posts\/1853","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1853"}],"version-history":[{"count":4,"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=\/wp\/v2\/posts\/1853\/revisions"}],"predecessor-version":[{"id":1860,"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=\/wp\/v2\/posts\/1853\/revisions\/1860"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=\/wp\/v2\/media\/1854"}],"wp:attachment":[{"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1853"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1853"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alexisiumus.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}