Announcement

Collapse
No announcement yet.

License Server Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • License Server Question

    Because of the overly paranoid network here is there a config or ini file that I could edit to change where the render slaves point to for the license server without having an administrator to log in, screw it up and then I have to walk them through the "*/sarcasim*rocket science" solution of using the executable to change the info.

    -dave
    Cheers,
    -dave
    ■ ASUS ROG STRIX X399-E - 1950X ■ ASUS ROG STRIX X399-E - 2990WX ■ ASUS PRIME X399 - 2990WX ■ GIGABYTE AORUS X399 - 2990WX ■ ASUS Maximus Extreme XI with i9-9900k ■

  • #2
    You can edit the <Host> and <Port> fields in "C:\Program Files\Common Files\ChaosGroup\vrlclient.xml"

    Example vrlclient.xml for an app running against a license server that's running on
    http://127.0.0.1:30304/:
    Code:
    <VRLClient>
            <LicServer>
                    <Host>127.0.0.1</Host>
                    <Port>30304</Port>
                    <Host1></Host1>
                    <Port1>30304</Port1>
                    <Host2></Host2>
                    <Port2>30304</Port2>
                    <!Proxy></!Proxy>
                    <!ProxyPort>0</!ProxyPort>
                    <User></User>
                    <Pass></Pass>
            </LicServer>
    </VRLClient>
    Ivan Latunov
    Licensing Team

    chaosgroup.com

    Comment

    Working...
    X