IDScan.net
Search Results for

    Show / Hide Table of Contents

    ARV Installation

    To install the ARV application on the Windows workstation the first step will be to open up the ports that the application will listen on for requests. This can be done in a way that limits client requests to a single IP address for additional security.

    Enable ports in firewall rules

    Unrestricted Client Application Access (No IP Address Restrictions)

    netsh advfirewall firewall add rule name="ARV Port" dir=in action=allow protocol=TCP localport=5000
    
    netsh advfirewall firewall add rule name="ARV Port" dir=in action=allow protocol=TCP localport=5001
    
    netsh advfirewall firewall add rule name="ARV Port" dir=in action=allow protocol=TCP localport=5002
    

    Restricted Client Application Access (Client Application IP Address Restrictions)

    netsh advfirewall firewall add rule name="ARV Port" dir=in action=allow protocol=TCP localport=5000 remoteip=192.168.88.87,192.168.88.0/24
    
    netsh advfirewall firewall add rule name="ARV Port" dir=in action=allow protocol=TCP localport=5001 remoteip=192.168.88.87,192.168.88.0/24
    
    netsh advfirewall firewall add rule name="ARV Port" dir=in action=allow protocol=TCP localport=5002 remoteip=192.168.88.87,192.168.88.0/24
    

    Install ARV from Cloud

    Optional Uninstall Demo License V1

    ARVInstaller uninstall ARV-License-Demo
    

    Install License from Cloud

    ARVInstaller license download [serial number]
    

    Uninstall ARV

    Uninstall Demo License

    ARVInstaller license remove [serial number]
    

    Uninstall ARV and Auto Updater

    ARVInstaller uninstall
    

    Offline installer

    Download License File from Control Panel

    Prepare Offline Installer

    ARVInstaller.exe offline
    

    Additional Info

    Installer

    ARV Installer Commands For Help

    ARVInstaller.exe -?
    
    ARVInstaller.exe --help
    

    Product Management

    View list of installed and known products

    ARVInstaller view
    

    Install ARV

    ARVInstaller install ARV
    

    Remove ARV

    ARVInstaller uninstall ARV
    

    License management

    View the Hardware ID

    ARVInstaller license view
    

    View list of licenses in the local storage

    ARVInstaller license view
    

    Add the license in the local storage from file

    ARVInstaller license add [file]
    

    Download the license in the local storage from cloud

    ARVInstaller license download [serial number]
    

    Remove the license from the local storage

    ARVInstaller license remove [serial number]
    

    Renew all licenses from from cloud

    ARVInstaller license renew
    

    Add Hardware ID of the current PC to the license

    ARVInstaller license join [serial number]
    
    In This Article
    • Enable ports in firewall rules
      • Unrestricted Client Application Access (No IP Address Restrictions)
      • Restricted Client Application Access (Client Application IP Address Restrictions)
    • Install ARV from Cloud
    • Uninstall ARV
    • Offline installer
    • Additional Info
      • Installer
      • Product Management
      • License management
    Back to top IDScan.net IDScan.net GitHub