sharona
December 17, 2025, 12:11pm
1
I’m using the Strigo environment and it keeps prompting for the elastic password. I tried using the training access password and it doesn’t work.
Hello @sharona
Welcome to the community!!
It seems we need to execute the command from the directory : /home/elastic/elastic-agent-8.8.2-linux-x86_64
Similar error :
Hi @Andre_Murbach_Maidl
I have restarted the environment with a fresh shell and tried this:
elastic@ip-172-31-35-63:~$ pwd
/home/elastic
elastic@ip-172-31-35-63:~$ sudo ./elastic-agent install --url=https://fleet-server:8220 --enrollment-token=..........
[sudo] password for elastic:
There are 2 reasons that sudo is required:
in the step 12 it is explicitly asked for After the Elastic Agent is installed you can use `sudo /opt/Elastic/Agent/elastic-agent` in case you need to troubleshoot.
E…
Thanks!!