How to install
- Please un-install previous version of Evolynx RADIUS (Server and Admin) and remove the
EvolynxRadius Database as it will not be used in this integrated version.
- Install the latest version of the Evolynx Server but do not install the database.
Evolynx will use DTH as source of its data.
- After the installation is complete, copy the customized
BusLayer.DLL
in to the same directory as Evolynx RADIUS Server executable.
- Edit the “EvolynxRadius.exe.config” using a text editor to change the ConnectionString
to point to your DTH Billing database, and disable API calls for Load Clients and Load Config.
See following examples:
<add key="ConnectionString" value="Server=localhost;Database=DTHBilling;UID=myuserid;PWD=mypassword" />
<!-- API Switches -->
<add key="LoadClientsFromAPI" value="False" />
<add key="LoadConfigFromAPI" value="False" />
- Edit “Clients.txt” to define your RADIUS Clients. See Evolynx documentation if you need more information.
- It should now be ready to go. Use “Registration Tool” to get a new license file, then Start Evolynx Service.
|