๐ฅ๏ธ How to Connect to the RBQ Development PC โ
This guide explains how to connect to the RBQ Dev PC using NoMachine for remote desktop access.
๐ Step 1. Download NoMachine โ
Download the NoMachine application from the official website: ๐ NoMachine Download Page
Be sure to select the correct version for your platform (Linux).
๐ฆ Step 2. Install NoMachine on the RBQ Dev PC โ
Open a terminal and run the following commands to install NoMachine:
cd /usr
sudo tar zxvf ~/Downloads/nomachine_latest_version.tar.gz
sudo /usr/NX/nxserver --install
sudo /usr/NX/bin/nxserver --statusโ Use
nxserver --statusto verify that the server is running properly.
๐ Step 3. Connect from Your Development PC โ
Make sure your development PC is connected to the same network as the RBQ (via Ethernet or SSH-enabled connection).
Launch the NoMachine app on your PC.
Click "Add" to create a new connection.
Fill in the following details:
Name : rbq
Host : 192.168.0.10๐ก Recommended Nomachine Display Resolution Settings:
- โ Enable: "Scale the remote desktop to fit the window"
- ๐ซ Disable: "Resize the remote display"
โ You're Now Connected! โ
You can now control and develop on the RBQ Dev PC remotely via a user-friendly desktop interface.
Enjoy your development workflow!
