Simon's community posts


Beta testing: Remote Utilities for macOS/Linux

Support level: Free or trial
I found the command.
r-host -config

Interestingly, on my Debian 13, the *.deb package doesn't work, but the “other linux.xz” file does. The *.xz file also works for me on the kiosk system, which only runs “Openbox and Chrome.”

I was able to successfully connect to the Debian kiosk via my own RU server :)

Beta testing: Remote Utilities for macOS/Linux

Support level: Free or trial
Hi,

Oh, sorry, I didn't explain myself clearly :)
I mean, how can I tell the Linux host to connect to its own RU server?

Thanks

Beta testing: Remote Utilities for macOS/Linux

Support level: Free or trial
I tried it on Debian 13 using the *.deb package...

root@tabl1 /tmp > ./host1.0.24.b24_amd64.deb
./host1.0.24.b24_amd64.deb: line 1: syntax error near unexpected token `newline'
./host1.0.24.b24_amd64.deb: line 1: `!<arch>'
root@tabl1 /tmp >

It works with the tar package...
apt install libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1

root@tabl1 /tmp > ./r-host -install
Copied executable to /usr/bin/r-host with executable permissions.
Service file written to /etc/systemd/system/Remote_Utilities_Host.service
Created symlink ‘/etc/systemd/system/multi-user.target.wants/Remote_Utilities_Host.service’ → ‘/etc/systemd/system/Remote_Utilities_Host.service’.
Session agent service file written to /etc/systemd/user/Remote_Utilities_Host-session-agent.service
Created symlink ‘/etc/systemd/user/graphical-session.target.wants/Remote_Utilities_Host-session-agent.service’ → ‘/etc/systemd/user/Remote_Utilities_Host-session-agent.service’.
Daemon and session agent installed successfully.

How can I now configure my own server?