Nexterm follows a rolling release model: theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/gnmyt/Nexterm/llms.txt
Use this file to discover all available pages before exploring further.
latest tag on each Docker image always points to the most recent stable release. Upgrading consists of pulling the new image and recreating your container.
Upgrade with docker run
If you started Nexterm with adocker run command, run the following sequence to pull the latest image and recreate the container:
Pull the latest image
Replace
nexterm/aio with nexterm/server or nexterm/engine if you are running a split deployment.Stop and remove the existing container
This removes the container but leaves the
nexterm data volume intact.Upgrade with Docker Compose
Verify the upgrade
After the container restarts, open the Nexterm web interface and confirm it loads correctly. The version number is visible in the bottom-left corner of the sidebar.Things to watch for
Nexterm is in beta, and some releases may include breaking changes to environment variables, volume paths, or configuration file formats. Read the GitHub release notes before upgrading to check for any manual migration steps required for that release.
- Encryption key — the
ENCRYPTION_KEYvalue must stay the same across upgrades. Changing it will make existing stored credentials unreadable. - Split deployments — upgrade both
nexterm/serverandnexterm/enginetogether. Running mismatched versions is not supported and may cause connection failures. - Configuration files — if a release changes the engine
config.yamlschema, update your file before restarting the engine container.