{% extends "base.html" %} {% block content %}

{{ _("WAPT server") }}

{{ _(""" WAPT server is managed through WAPT Console (a native app) """) }}

Windows

{% if data.wapt.platform == 'win32' %} {% if not data.wapt.agent.sha256 %}

{{ _("""When installing the WAPT server on Windows, the console is installed by default and can be found under the start menu. """) }}

{% endif %} {% else %}

{{ _(""" When installing the server, the WAPT client should be installed on an administration machine, then run from 'Start/All programs': """) }}

{% endif %} {% if data.wapt.agent.sha256 %}

{{ _(""" To manually add a new host to the WAPT server, download the """) }} WAPT agent.

{{ _(""" The agent has been properly configured by the server so the default parameters should work. Once the WAPT client has been installed, you can find it in your console. : """) }}

You can deploy the WAPT agent using a GPO and the WAPT deploy downloader. See Deployment GPO creation for WAPTdeploy

 --hash={{ data.wapt.agent.sha256|safe }} --minversion={{ data.wapt.agent.status }} --wait=15 --waptsetupurl={{ data.wapt.hostname }}api/v3/get_waptagent_exe/{{ data.wapt.ip }}/waptagent.exe
{% else %} {% if data.wapt.platform == 'win32' %}

{{ _(""" You can also be installed Waptsetup on your administration machine (not on the wapt server), then run from 'Start/All programs'. :""") }}

{% endif %} {% endif %}

Linux or Macos

Installation

{{ _("""To install wapt agent on a system other than Windows you can download the wapt agent you want: """) }}

{{ _("""To download a wapt agent that is not present in the list above """) }} Download Here.

{% if data.wapt.json_config_urls %}

Configuration

{{ _(""" The wapt agent is installed without configuration, you must now configure it, to do this launch the desired configuration command """) }}

{% for confurl in data.wapt.json_config_urls %}
{{confurl.rsplit('/',1)[1].rsplit('_',1)[0]}}
wapt-get reset-config-from-url {{confurl}}
{% if data.wapt.auto_create_waptagent_from_config %} {% endif %}
{% endfor %} {% endif %}

Linux GUI

{{ _("""On linux we do not automatically install the gui part of wapt. (waptconsole, waptself, waptmessage ...), if you want to use it you must install it: """) }}

{{ _("""To download a tis-waptagent-gui that is not present in the list above """) }} Click Here.

{% endblock %}