Initial Environment Setup

Creating the First Administrator

After installing your Reemo instance, the first step is to create an Instance Administrator account.   This account will serve as the entry point for global platform administration.

To configure this first administrator account, navigate to the following URL on your portal:

https://<your-domain>/register/admin

Note

If you have enabled a dedicated administration portal, you must connect to this portal using the following URL:

https://<your-admin-portal>/register/admin

to properly register the first administrator account.

Note

If you have not declared a domain, you can use your portal’s IP address:

https://<ip>/register/admin
../../_static/images/instance/instance_register_admin.png

First administrator account creation form

Fill in the required fields:

  • Username: Unique identifier for the administrator.

  • Email: Administrator’s contact address.

  • Password: Password associated with the account.

Once the form is submitted, the administrator account is created and the /register/admin route is automatically disabled for security reasons.   It will no longer be possible to recreate an administrator from this page.

Creating an Organization

Click on the Admin Area menu, then on Organizations, and finally on the New Organization button.

../../_static/images/instance/instance_new_orga.png

Fill in the following fields:

  • Name: Name of the organization.

  • Short Name: Name used to dedicate containers to this organization.

  • Features: Select Containers.

../../_static/images/instance/instance_new_orga_create_rd.png

Submit the form by clicking on Create.

Creating the First User

Still within the same organization, click on the Users menu, on the New User button, and then on New Managed User.

../../_static/images/instance/instance_new_user.png

Fill in the necessary information for your user.

../../_static/images/instance/instance_new_user_create.png

Click on Create to submit.

Retrieving your Studio Key

In the organization’s Settings menu, go to the Key tab.

../../_static/images/instance/instance_new_orga_key.png

Installing the Reemo Agent on Machines

Follow the various guides available in the Reemo Agent menu of the documentation.

Configuring the reemo.ini File

Configure the reemo.ini file with the following information:

[auth]

token=<your_studio_key>

[signal]

server=<signal_server_url_or_ip_address_if_single_server>:8443

User Guides

admin_panel_settings
Getting Started
Discover your instance’s management interface.
../instance/get-started.html
tune
Configuring your Instance
Learn how to configure and customize your instance.
../instance/configuration.html
fingerprint
Configuring Instance SSO
Set up a Single Sign-On for your instance.
../instance/sso.html