Log in to the Pubnix from RDP

From Project Segfault Wiki
Revision as of 11:38, 6 April 2023 by Arya (talk | contribs)

Along with cockpit and ssh, you can also access the pubnix via RDP.

We went with (X)RDP instead of VNC due to it being more performant and secure.

To do so, first install an RDP client. You can use Remmina on Linux and BSD. On Windows you can use the builtin Remote Desktop Connection Utility.

You can connect to p.projectsegfau.lt from the Quick Connect menu on Remmina.

Once the connection is established, a login page will popup where you need to put your pubnix credentials.

They are stored at ~/pass and you can get its content with:

cat ~/pass

Once you are logged in, you will be dropped into XFCE.

This is our default DE but you can install any X11 DE/WM you like from Nix and use it.

To specify the DE/WM you want to use, you can use the .xsession file.

# .xsession
exec startxfce4

You can replace startxfce4 with the DE/WM of your choice.

Here is a table of common DE/WMs and their command name:

DE/WM Command
XFCE startxfce4
KDE startplasma-x11
Cinnamon cinnamon
i3 i3
BSPWM bspwm
Qtile qtile start -b x11