Page 1 of 1

[SOLVED] Problem installing Waptagent

Published: March 21, 2019 - 11:20
by kalel212
Hello,

the software installation and deployment are OK.

I'm having a small problem deploying the agent. When I deploy it manually or via the command `waptdeploy.exe --hash=...`, a pop-up appears asking for the wapt account password to add the computers to the database.

This is causing a problem for deployment via script or GPO.

How can I remove this authentication request so I can script and install via GPO using waptagent?

Thank you in advance for your answers.

Re: Problem installing Waptagent

Published: March 21, 2019 - 4:49 PM
by kalel212
PS: Server OS: CentOS 7,
WAPT version 1.7.3.5,
Windows 10

Re: Problem installing Waptagent

Published: March 21, 2019 - 4:57 PM
by htouvet
On the server, in the file /opt/wapt/conf/waptserver.ini you can set:

[options]
allow_unauthenticated_registration = True

(and restart the waptserver service).

Depending on your security needs, you could add restrictions (for example, source subnet) in the nginx configuration.

Re: Problem installing Waptagent

Published: March 22, 2019 - 3:21 PM
by kalel212
Thank you for your reply and your availability, it works perfectly!!!

Peace