Table of Contents
The Admin Console is the program you use to configure and manage your Resara Server. You can download the Admin Console for your computer by visiting the Downloads section of our website.
Step 1: Go to http://www.resara.com/index.php/downloads and click the Download Now button in the Admin Console section.
Step 2: Run the installer .exe file.
Step 3: Complete the steps in the Setup Wizard
![]() | Important |
|---|---|
The Admin Console requires installation of the free program Bonjour, which is the service our software uses to auto-discover the Resara Server on your network. You will be prompted to install this program during installation. |
Step 3: Launch the Admin Console by clicking the Admin Console icon on your desktop, or from the Resara folder in your Start Menu. If your Resara Server has not already been configured, the Admin Console will automatically discover it on your network and allow you to configure your server. If your Resara Server has already been configured, it will automatically discover your server and domain. If not, you can enter the IP of the server into the Domain field of the login screen.
Resara supports a generic Linux install for the Admin Console, or packages for Ubuntu 10.04.
Step 1: Go to http://www.resara.com/index.php/downloads and click the Download Now button in in the Admin Console section.
Step 2: Unzip the Admin Console file, and enter the extracted folder via the command line.
Step 3: Run the executable rdsconsole.sh by typing ./rdsconsole.sh into the command line. If your Resara Server has not already been configured, the Admin Console will automatically discover it on your network and allow you to configure your server. If your Resara Server has already been configured, it will automatically discover your server and domain. If not, you can enter the IP of the server into the Domain field of the login screen.
Step 1: Add the following lines to your /etc/apt/sources.list file
deb http://packages.resara.com/rds/stable lucid main
deb-src http://packages.resara.com/rds/stable lucid main
Step 2: Then run the following commands
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7BE5E6B2E7E5A4B3
sudo apt-get update
sudo apt-get install rdsconsole
Step 3: You can run the Admin Console by running the command rdsconsole. If your Resara Server has not already been configured, the Admin Console will automatically discover it on your network and allow you to configure your server. If your Resara Server has already been configured, it will automatically discover your server and domain. If not, you can enter the IP of the server into the Domain field of the login screen.