# Product Build Number and Upgrade Notifications Understanding how OS Deployer versions are structured, how to find the current build number, and where to see server upgrade notifications. **Last Updated On:** 21 May 2026 **15 minutes read** ## Build Number Format Every release of OS Deployer is uniquely identified by a four-segment build number. Understanding each segment is essential before planning a server upgrade. **Example** ``` 1.5.2618.1 ``` = Major version 1, Feature version 5, Service Pack 2618, Minor version 1. **Note** How to identify if the new PPM is a minor patch or major upgrade? - **Segment 3 (Service Pack)** is always a **4-digit number** (e.g., `2618`). - **Segment 4 (Minor version)** is always a **1 or 2-digit number** (e.g., `1`). - **Rule of thumb:** If only the last segment changed between the current build and the target build, it's a patch (minor version). If the four-digit segment changed, it's a service pack — plan a maintenance window. **Example:** `1.5.2611.1` → `1.5.2618.1` `1.4.2528.1` → `1.5.2611.1` (feature version changed → manual PPM required, may need intermediate step) ## Build Number Ordering Build numbers are ordered numerically *within the same service pack*. When comparing across service packs, the service pack number always takes precedence. **Note** **Example:** Build `1.5.2618.1` and build `1.5.2611.1` are both in the 1.5 line. - `2618` is a newer service pack than `2611` — so `1.5.2618.1` is the **newer** build overall, regardless of the minor version suffix. - Within the same service pack (e.g., both `1.5.2618.x`), a higher minor suffix means a newer build. This is why a build may appear "up to date" even if its minor suffix looks smaller than another environment's — it's on a newer service pack. **Warning** **Never compare build numbers across different feature tiers** (e.g., 1.4.x vs 1.5.x) by number alone. Always refer to the OS Deployer official website to confirm which build is the current stable recommendation. ## Check current Build Number Use the below options in the product console to view the current build number and related version details. 1. **Login to the product → Profile Icon → Build Version** Sign in to the OS Deployer console, click the **Profile Icon** in the top-right corner, and open **Build Version** to view the versions included in the current build. ![Check your current build number under profile icon](https://cdn.manageengine.com/sites/meweb/images/os-deployer/help/server/endpoint_central_build_steps.webp) 2. **Go to Support tab → General Information → Product Information** Open the **Support** tab, go to **General Information**, and select **Product Information** to verify the current build version and component details. ![Check your current build number under profile icon](https://cdn.manageengine.com/sites/meweb/images/os-deployer/help/server/build-number-support.webp) ## Upgrade Notifications Upgrade notifications help you know when a new service pack or update is available for the OS Deployer server. 1. **Login → Profile Icon → Build Version → Notification on new build upgrade** Sign in to the OS Deployer console, click the **Profile Icon** in the top-right corner, and open **Build Version** to view new upgrades available for the product. 2. **Login page — banner message** A banner message will be displayed on the login page if a new server upgrade is applicable. 3. **In the product console → "Check for updates" icon** Click the **"Check for updates"** icon in the **top-right corner** of the console to see if a new build is available. ## Upgrade Notification Settings Use notification settings to control how administrators are informed about available updates. Click on **Profile Icon → Build Version → "Settings" icon** (top-right corner) to enable or disable the following notification settings. 1. **Display in-product notifications about updates to only administrators** Enable this option to display in-product server upgrade notifications to **administrators only**. Other logged-in users will not see the upgrade notification banners. 2. **Notify me about the product updates on the login page** Enable this option to display server upgrade notifications on the **login page**. This ensures administrators are aware of available updates even before signing into the console. ## Upgrade History Use the server upgrade history section to review previously applied updates and confirm whether an update was completed successfully. 1. **Navigate to Support → General Information → Upgrade Details** A list of previously applied server upgrade version history will be displayed, showing each build number applied along with its timestamp and status. **Note** **Use server upgrade history to:** - Confirm when a specific build was applied to an environment - Verify that the server upgrade completed without errors - Answer "when was this server last upgraded?" for audit or support purposes