Page 1 of 1

[SOLVED] Server appears in the console

Published: August 8, 2018 - 8:35 AM
by mohasdis
Hello everyone,

I've installed Wapt 1.5 and I'm gradually discovering this fantastic tool.
I've started deploying some test agents and everything is working perfectly.

But there's one thing that's bothering me. My server appears in my administration consoles. And when I look at the screenshots on the wapt.fr website, I don't get the impression that the server is there.

Do you know if there's a way to prevent the Wapt server from appearing in the console?

Thank you for your help.

Re: Server appears in the console

Published: August 8, 2018 - 2:55 PM
by agauvrit
Hello,

In our screenshots the server is running Debian or CentOS, not Windows.

Regards,

Alexandre

Re: Server appears in the console

Published: August 8, 2018 - 3:43 PM
by mohasdis
Thanks for your reply!

That makes sense. :roll:
So, is it a problem having the server on the console?
Is there no way to hide it?

Re: Server appears in the console

Published: August 9, 2018 - 11:04 PM
by sfonteneau

Code: Select all

net stop waptservice
SC CONFIG waptservice start= disabled
Then delete the server in the console

:!: (Beware, in the next Wapt update it will probably come back)

Re: Server appears in the console

Published: August 10, 2018 - 09:19
by mohasdis
Perfect, it works!

I'm saving these commands in case of an update.

Thanks for your help!