######################
Upgrading 
######################


By default the AEO Hub server is configured to perform automatic updates daily. 




Web Console (Configuration)
===========================

      **Step 1: Log in to the AEO Web Console**

        .. image:: ../../../images/aeo-login-7.png

      **Step 2: Select Atomic Protector->AP Configuration->General**

        .. image:: ../../../images/upgrade2.png

      **Step 3: Set update policy**

        .. image:: ../../../images/upgrade3.png





Command Line  (Manual)
=========================

For environments with direct internet access, the network installation method is recommended

    
      **Step 1: Log in and become root on the system:**
         
        .. code-block:: console

          sudo su -i
			   

      **Step 2: Run the AUM updater:**

        .. code-block:: console

          aum -u

      **Step 3: Log in to the Web Console: https://<IP>:30001**

                The default login will be your license username/password

		   



Offline ISO Installer
=====================

For environments without internet acesss, the ISO acts as both an installer and software upgrader

      **Step 1: Download the installation ISO**

        https://updates.atomicorp.com/channels/isotope/


      **Step 2: Mount the ISO on the server**

        .. code-block:: console

          mount -o loop awp-hub-6.0.5-1603927858.iso /mnt/

      **Step 3: Run the installation utility**

        .. code-block:: console

          /mnt/awp-offline.sh /mnt

       

Remote Agent Upgrading
======================

AEO supports central remote agent  upgrading via the atomicorp-api utility from the command line. Currently this is 
supported on RPM or DEB based systems that are using the AEO hub as a yum/apt software repository. See the atomicorp-api documentation under the CLI utilities for the full list of options.