Configure UBIK Archon Service
Revision as of 12:01, 3 July 2024 by NNE (Talk | contribs) (Created page with "The UBIK Archon Service is a web service for administering UBIK License information. This page describes how to setup the system. = Overview = * Make sure the HowTo:Install...")
The UBIK Archon Service is a web service for administering UBIK License information. This page describes how to setup the system.
Overview
- Make sure the USAM is installed on the IIS Server.
- Install the UBIK Archon Webservice on the IIS Server.
- If it is missing on the IIS Machine Install net.7.0.
- Make sure all files are accessible
Install UBIK Archon
- Download the UBIK Archon Webservice from the release portal.
- Deploy the UBIK Archon Webservice to the designated web app folder on the IIS Server (web app folder needs to be created if necessary)
- IIS Manager setting check: see IIS Manager
IIS Manager
- Add a new website under the "Sites" folder in IIS Manager.
- "Site Name", "Application pool", "Physical path", "Binding", "Host Name", "Port" and "SSL Certificate" should be adapted accordingly.
- Example settings.
Firewall settings
Firewall and Router settings must adapted so the Archon service can be accessible from outside of the IIS Server
- A New Inbound rule must be created in the IIS Server "Firewall Settings", using the same "Port" as the one specified in the website "Binding" settings.
- A new Port forwarding rule must also be added in the Router "Firewall Settings" using the same "Port" as the one specified in the website "Binding" settings.
Usam
Usam must be configured by adding the necessary value to the UBIK Service Archon Url key in the AppSettings.config file
- Example value<add key="ArchonUrl" value="https://hostname:port/api"/>