--- title: "Updating VIP Appliance manually" slug: "updating-vip-manually-if-running-a-very-old-version" updated: 2025-09-23T13:57:18Z published: 2025-09-23T13:57:18Z canonical: "docs.telosalliance.com/updating-vip-manually-if-running-a-very-old-version" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.telosalliance.com/llms.txt > Use this file to discover all available pages before exploring further. # Updating VIP Appliance manually ## Scope If your VIP Appliance has shipped with an old version, here is the process to update it. ## Updating VIP software - Log in to VIP unit via SSH. If it takes you to the main VIP menu select Exit to go to the terminal. - Enter the following command: ```bash sudo apt purge containerd.io docker-ce docker-ce-cli nginx nginx-common nginx-core python3 ``` - when prompted to continue type Y - If you see a GRUB screen (you might not), just select OK to go past it. You can press TAB to select OK. - Reboot the unit by issuing the following command: ```bash sudo reboot ``` - Once the unit comes back up after reboot, enter the following command: ```bash bash <(wget -qO- https://telos-public.s3.amazonaws.com/vip/setup) ``` - If you are asked for Quay.IO credentials, please enter them to continue the script. ## Network config In some cases, there may still be some odd problems with the network configuration. It is recommend that you run the following commands, one at a time: ```bash sudo rm /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf ``` ```bash sudo systemctl reload NetworkManager ``` ## Updating License Server and Portainer Next we need to make sure that the Licenser Server and Portainer are updated. Once the above instructions have been done, this can down be done through the VIP-Setup menu. Run the following command to get back into the VIP setup menu: ```bash sudo vip-setup-admin ``` Navigate to Maintaenance: ![](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/5163a0f4-58e5-4893-af79-a3996a2e92bd-image.png) From that menu, you can update License Server (option 1) and Portainer (option 3): ![](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/e7f27e43-cfee-4790-9116-a31b9a9c2f47-image.png) The VIP Appliance should now be completely up to date.