> For the complete documentation index, see [llms.txt](https://docs.auterion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auterion.com/hardware-integration/auterion-developer-tools/changing-the-root-password.md).

# 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:

<pre class="language-bash"><code class="lang-bash">cd &#x3C;path_to_auterion-developer-tools>
<strong>make package-update password='MyNewPassword' version=my-version artifactPath=&#x3C;AEPX4 Release>.auterionos
</strong></code></pre>
