EN
Español
English
Português
    Requirements for Remote Administration Functionality

    Configure remote management based on the installed ADM architecture.


    Requirements Remote Administration - Cloud Architecture

    Enable Functionality by Database

    1. To enable the Remote Management Configuration Cloud architecture or architectures with devices that are outside the LAN network, run the following script:

    SELECT  * FROM afw_settings WHERE sett_key = 'EnableServerNotification'
    
    UPDATE afw_settings SET sett_value = 'true' WHERE sett_key = 'EnableServerNotification'
    


    Required Ports and Permits

    2. Validate the Required Ports and Permissions ADM Agents (Cloud Architecture).


    Note: In the detail view of the devices inventoried by ADM, you can view the device information with Remote Administration


    Remote Administration Requirements - Onpresmises Architecture

    Required Ports and Permits

    1. Please read carefully the required ports and permissions based on the ADM installation architecture before moving on to the next point.


    Configuration by Database

    • If the communication for remote administration is to be done through the repserver’s notification server, run the following script:
    SELECT  * FROM afw_settings WHERE sett_key = 'EnableServerNotification'
    
    UPDATE afw_settings SET sett_value = 'true' WHERE sett_key = 'EnableServerNotification'
    


    Note: In the detail view of the devices inventoried by ADM, you can view the device information with Remote Administration