UDM Server Install Guide

Before starting the installation please ensure your server meets the minimum hardware requirements shown in the UDM Pro Server Guide

Installation Step-by-Step

The Step-by-Step installation is provided for users who need the additional assistance or in the event you have problems with the default install.

 Set up SQL Server:

We recommend a default installation of SQL Server is done or creating a new instance on an existing SQL Server. You will require SQL Server Management Studio to complete the setup.

Once you have SQL installed complete the following steps to prepare SQL for UDM Pro:

  1. Launch SQL Server Management Studio on your SQL Server machine.
  2. Login using a database account that has database creation privileges.
  3. Create a new Database called UDMPro and leave the Owner as <default>.
    1. Right Click on the Databases folder and select New Database
    2. Set the Database name to UDMPro
    3. Do not set anything else and click OK
  4. Create a SQL Server account (not a Windows or Active Directory account) which will be used to login to the server.
    1. Right Click the top-level Security folder, point to New and select Login
    2. Select SQL Server Authentication
    3. Set the Login name to UDM_USER and choose a password
    4. Uncheck User must change password at next login
    5. Optionally Uncheck Enforce password expiration, Enforce password policy
    6. Select the Server Roles page. Only "public" should be selected.
    7. Select the User Mapping page.
    8. Tick the Map box next to the UDMPro database.
    9. In the Membership page select db_owner.
    10. Click OK

UDM Pro Installation:

Important

It is important that you make sure you have a valid UDM Pro license before you start the installation of UDM Pro. If you do not have one please contact Enoten.

  1. Download the latest UDM Pro installation files from https://www.enoten.com/download#udm-dl

  2. Run the installer on the server set up for the application.


  3. Click next and select the folder where you would like UDM Pro to be installed, by default the application is installed under: C:\Program Files\Event Zero\UDM Pro Server\


  4. Click Next and enter the License ID and Code provided by Enoten. (Contact Enoten if you do not have one yet).


  5. Click Next and enter the Database details created earlier.


  6. Test the SQL Connection and then click Next. In the next page Click "Install"


  7. Step through the installation and click finish once its done.

  8. UDM Pro should start up in a few minutes after the installation has finished. You can verify this by opening a browser window and navigating to localhost on the server. You should see the UDM Pro login screen.
    If the browser does not load the logon page then check that the tables have populated in SQL Server Management Studio. You can also check the server.log file in C:\ProgramData\Event Zero\UDM Pro Server\logs
  9. The next step is to install the Bridge server UDM Pro Bridge Guide