'; $msg .= __( 'The satellite server can be installed in Windows64 bit and Linux, it doesn\'t need many resources (you can install it in a virtual machine) and you only need to be able to access your %s server using the Tentacle port (41121/tcp).', get_product_name() ); $buttons_links .= ''; $footer .= ''; $footer .= __( 'More downloads are available in the "File releases" section of the %s support portal.', get_product_name() ); $footer .= ''; } else { $title .= __( '%s agents', get_product_name() ); $msg .= __( 'The %s agent is necessary to obtain detailed information of the system you want to monitor, it allows you to obtain more information than remote monitoring (without agent). In addition, if you want to use the RMM functions of the %s agent, it is essential to install the %s agent and the Pandora RC agent. The agent will need to access your %s server using the Tentacle port (41121/tcp).', get_product_name(), get_product_name(), get_product_name(), get_product_name() ); $msg .= '

'; $link = ''; $link .= __('Management -> Resources -> Manage agents section.'); $link .= ''; $msg .= __( 'You can install agents, one by one, using the Agent Deployment Wizard from the %s If you want to download the agent to make a massive deployment, with our agent deployment tool or with another tool, you can download it from these links:', $link, ); $buttons_links .= ''; $buttons_links .= ''; $footer .= ''; $footer .= __( 'More downloads are available in the "File releases" section of the %s support portal.', get_product_name() ); $footer .= ''; } $output = '
'; $output .= '
'; $output .= '
'; $output .= $title; $output .= '
'; $output .= '
'; $output .= $msg; $output .= '
'; $output .= ''; $output .= ''; $output .= '
'; $output .= '
'; return $output; }