How to Update Your AYON Server

Update your local AYON server to the latest version.

Last updated 24 days ago

⚠️ Please always backup your server before making updates!

This guide focuses on self hosted, local AYON servers use ayon-docker. Cloud hosted servers update automatically. The can see the latest published releases on our changelog!

  1. Backup: Always backup your server before proceeding.

  2. Open a new command line interface inside of your ayon-docker directory.

  3. Run the following commands to update and rebuild the server:

git pull # pull the latest docker config
docker pull ynput/ayon:latest # latest, dev or image version
docker compose up -d --build # rebuilds and restarts the server

For additional help please do not hesitate to contact support or join our discord server.