You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Home > Device Configuration > How to Factory Default a Device (Omega, Ultra, and MaxColor Series)
How to Factory Default a Device (Omega, Ultra, and MaxColor Series)
print icon

Overview

This article outlines the available methods to factory default a Just Add Power Omega (OM), Ultra (UL), and MaxColor (MC) Series device.

Minimum Supported Firmware:

  • Omega (OM) and Ultra (UL) Series: B1.1.0 or newer

  • MaxColor (MC) Series: MAX v3.5.2 or newer

Note: Omega (OM) and Ultra (UL) Series devices operating in 2G Mode within a 2G Series system follow a different factory default process. Refer to: Factory Default for 2G Series Systems.

Warning: Performing a factory default on a device that is part of an AMP Standardized system will remove its configuration and may disrupt system operation. After resetting, the device must be reconfigured or re-added to the system.

Choosing a Factory Default Method

Use the method that best matches how the device can be accessed:

  • webUI: Use this method when the device is accessible on the network.

  • Telnet: Use this method when command-line access is preferred or the webUI is not accessible.

  • Debug Cable: Use this method when the device cannot be reached over the network.

Factory Default Details

Factory Default Network Settings:

  • IP Mode: Auto IP

  • IP Address: 169.254.x.x /16

  • Default Gateway: None

All other settings revert to model- and firmware-specific defaults.

Factory Default via webUI

  1. Log in to the device webUI. For instructions on accessing the webUI locally or within an established system, refer to: How to Access the webUI (Omega, Ultra, and MaxColor Series).

  2. Navigate to the Device tab and locate the Device Commands section.

    webUI Reset Screen

  3. Select one of the following options:

    • Full Reset: Resets all settings, including the current IP address and network configuration.

    • Retain IP: Resets all settings while preserving the current IP address and network configuration.

  4. Type yes in the confirmation prompt.

  5. The device will reboot and return to its factory default state.

Factory Default via Telnet

  1. Open a Telnet session to the device (port 23) using a terminal emulator such as PuTTY. For instructions on accessing the device on the network, refer to: How to Access the webUI (Omega, Ultra, and MaxColor Series).

    PuTTY Telnet Session

  2. At the command prompt /usr/local/bin/ #, run:

    reset_to_default.sh

    Telnet Reset Command

  3. Optional (Retain IP):

    • To retain the current IP settings, run:

      reset_to_default.sh -ip
    • This option may not be supported on all firmware versions.

  4. The device will reboot and return to its factory default state.

Factory Default via Debug Cable

  1. Connect a Just Add Power Debug Cable to the device using a USB-to-serial adapter.

    Debug Cable Connection

  2. Open a terminal emulator such as PuTTY with the following settings: 115200, 8-N-1.

    Terminal Settings

  3. At the command prompt / #, run:

    reset_to_default.sh

    Debug Reset Command

  4. Optional (Retain IP):

    • To retain the current IP settings, run:

      reset_to_default.sh -ip
    • This option may not be supported on all firmware versions.

  5. The device will reboot and return to its factory default state.

scroll to top icon