Notes
Please note that this guide is recommended to be used together with the previous Part 4.
Last updated: 2025-11-08
Common Tools
Wireshark
Ubuntu
Install Wireshark with the following command:
sudo apt install wireshark
Fedora
Install Wireshark with the following command:
sudo dnf install wireshark
OBS
Ubuntu and Fedora
Install OBS using Flatpak with the following commands:
flatpak install flathub com.obsproject.Studio
flatpak run com.obsproject.Studio
Waypipe
Waypipe allows systems running a Wayland environment to forward graphical applications over an SSH connection and display the GUI on the client side.
This section covers the installation process on the server.
For client-side usage instructions, refer to the user guide.
Install Waypipe with:
sudo dnf install waypipe
That is basically all that is required for the server-side installation.