GLPI-Agent Installation on a Windows 10 Client?

NethServer Version: 7.9
Module: GLPI-10-LATEST

Hi,
I have tried to install GLPI-Agent on a Windows 10 Client but it looks like it does not work. Any Suggestions how to do it?

The command was:

msiexec /i  GLPI-Agent-1.4-x64.msi /quiet ADD_FIREWALL_EXCEPTION=1 RUNNOW=1 SERVER='http://<Nethserver-IP>/glpi/front/inventory.php' ADD_FIREWALL_EXCEPTION=1 DEBUG=1 RUNNOW=1 TASK_FREQUENCY=daily

Hi

Possibly you need to access GLPI via https - or use NO_SSL_CHECK=1

My 2 cents
Andy

2 Likes

Hi, @Andy_Wismer looks like both:

msiexec /i  GLPI-Agent-1.4-x64.msi /quiet ADD_FIREWALL_EXCEPTION=1 RUNNOW=1 SERVER='https://<Nethserver-IP>/glpi/front/inventory.php' NO_SSL_CHECK=1 ADD_FIREWALL_EXCEPTION=1 DEBUG=1 RUNNOW=1 TASK_FREQUENCY=daily

Thank you!

1 Like