For the complete documentation index, see llms.txt. This page is also available as Markdown.

Changing the Root Password

On the mission computer the default root password is auterion.

The default password can be changed when you repackage your AuterionOS image. To do so add the argument password='MyNewPassword' when running the command make package-update. An example is shown below:

cd <path_to_auterion-developer-tools>
make package-update password='MyNewPassword' version=my-version artifactPath=<AEPX4 Release>.auterionos

Last updated