How to get Rasa X password

your exec command should be

ExecStart="RASA_X_PASSWORD=test /opt/anaconda3/envs/rasaEnv/bin/python3 -m rasa x -p 5006"

(note the env var comes before the python command)

can you try again and report if it’s working or not?