Page 1 of 1

ncpa.cfg community string

Posted: Fri May 14, 2021 11:39 am
by ccheltenham
Hello,

I see that o fix this error "CRITICAL: Incorrect credentials given."
I corrected the community string on the agent /client side.

Do I have to do anything else?

Re: ncpa.cfg community string

Posted: Fri May 14, 2021 2:11 pm
by dchurch
After editing the configs, you'll also want to restart the ncpa services:

Linux:
Run as root:

Code: Select all

service ncpa_listener restart
service ncpa_passive restart
Windows 10:
  • Hit Ctrl-Shift-Esc to open the Task Manager.
  • Open the Services tab.
  • Find NCPA Listener and NCPA Passive services, right-click and restart both of them.

Re: ncpa.cfg community string

Posted: Fri May 14, 2021 2:57 pm
by ccheltenham
awesome, thank you very much,