Set lucee admin password for initialize rest directory

Hello,

I saw that there is already a thread ( https://lucee.daemonite.io/t/set-server-and-web-password-on-the-console-for-automation/1112/2 ) talking about this but i don’t understand what i must change in /opt/lucee/server/lucee-server/context/lucee-server.xml

I would like to administer all my lucee app without accessing the admin server/web page
And here i want, on first http request when a new docker container is available,
to initialize my rest directory using this function
restInitApplication(
dirPath=getDirectoryFromPath(getCurrentTemplatePath()) & “user”,
serviceMapping=“user”,
password=“myCustomPassword”
)

However, it’ is not possible because, my password is not yet set in server admin page (for exemple in accessing this page http://127.0.0.1:8050/lucee/admin/server.cfm )

Is it possible and how to set a default password?

Thanks,
BK