How To Install Unified Remote Server (Deb) via Terminal

The debian package of the server makes it easy to install Unified Remote Server on Linux using the debian package manager. This is default on Ubuntu, Mint, Debian, etc.

1

Download the package using wget or your preferred http client.

$ wget -O urserver.deb http://www.unifiedremote.com/d/<id>

Replace <id> with the package you want to download:

  • linux-x64-deb
  • linux-x86-deb
  • rpi-deb

Replace http://www. with http://http. if you get SSL errors.

2

Install the package using the dpkg command.

$ sudo dpkg -i urserver.deb

The server installed into the following path:

/opt/urserver/

Logs and settings are stored in:

~/.urserver/

3

The package includes a desktop entry for autostarting the server.

Start the server using the following command:

$ ./opt/urserver/urserver-start

Stop the server using the following command:

$ ./opt/urserver/urserver-stop

4

To uninstall the server run the following dpkg command:

$ sudo dpkg -r urserver