Page Content

Connect your computer to multiple VPC accounts

Help | Connect your computer to multiple VPC accounts
  • Since 5.0.1.0 , you can connect your computer to multiple VPC accounts .
    You can set up the settings right now in the RACs.ini configuration file, which is located in
    RAC Server folder, the default folder when installing the RAC Server is:
    \Program Files\PCNetSoftware\RAC Server or \Program Files (x86)\PCNetSoftware\RAC Server. The maximum number of VPCs is 3.
  • Structure of settings in racs.ini :
    [ConnectionServiceToVPS]
    // Show debugging information
    debugInfo=1
    // Account number: 1
    [ConnectionServiceToVPS0]
    //Pouvat
    usage=1
    // VPC account name
    CannalName=
    // Your VPC password, if not specified, will be authenticated without a password
    CannalPassword=
    // Computer name is not required
    CannalDesktopName=
    // Sort by group is not required
    CannalGroups=
    // Enable access to all services, is not required
    bAccesAllServices=1
    // Specifies the last record, the value 0 or 1. The last record is not required.
    last=0
    
    // Account number: 2
    [ConnectionServiceToVPS1]
    usage=1
    CannalName=
    CannalPassword=
    CannalDesktopName=
    CannalGroups=
    bAccesAllServices=
    last=0
    
    // Account number: 3
    [ConnectionServiceToVPS2]
    usage=1
    CannalName=
    CannalPassword=
    CannalDesktopName=
    CannalGroups=
    bAccesAllServices=
    last=1
    
  • Write the configuration at the end of the RACs.ini configuration file and, after saving, restart the RAC Server.