# Upgrade

To upgrade an on-prem AxoConsole deployment, complete the following steps.

  1. Log in to the host running AxoConsole.

  2. Run the following command to update the version number in the `/var/lib/rancher/k3s/server/manifests/axoflow.yaml` file to 0.78.0.
```
 sudo sed -i.old -E 's/^( *version: ).*/\10.78.0/' /var/lib/rancher/k3s/server/manifests/axoflow.yaml
         
```

  3. Wait a few minutes until the pods are restarted. You can check their status by running:
```
 kubectl get pods -A
         
```

  4. If everything is working as expected, re-deploy your [AxoRouter](../../../docs/axoflow/provisioning/axorouter/linux/index.md#upgrade) and [Axoflow agent](../../../docs/axoflow/provisioning/windows-opentelemetry/manage-windows-agent/index.md#upgrade) instances to upgrade them.




In case you experience problems during the upgrade, [contact our support team](<https://axoflow.com/contact?contact_form_subject=support_request>).