> For the complete documentation index, see [llms.txt](https://doc.i4e.com.bd/networking/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.i4e.com.bd/networking/doc/check-routeros-update.md).

# Notify on RouterOS update

[◀ Go back to main README](/networking/master.md)

## Description

The primary use of this script is to notify about RouterOS updates.

Run from a terminal you can start the update process or schedule it.

Centrally managing update process of several devices is possibly by specifying versions safe to be updated on a web server.

Also installing patch updates (where just last digit is increased) automatically is supported.

## Requirements and installation

Just install the script:

```
$ScriptInstallUpdate check-routeros-update;
```

And add a scheduler for automatic update notification:

```
/ system scheduler add interval=1d name=check-routeros-update on-event="/ system script run check-routeros-update;" start-time=startup;
```

## Configuration

Configuration is required only if you want to control update process with safe versions from a web server. The configuration goes to `global-config-overlay`, this is the parameter:

* `SafeUpdateNeighbor`: install updates automatically if seen in neighbor list
* `SafeUpdatePatch`: install patch updates automatically
* `SafeUpdateUrl`: url to check for safe update, the channel (`long-term`,

  `stable` or `testing`) is appended

## Usage and invocation

Be notified when run from scheduler or run it manually:

```
/ system script run check-routeros-update;
```

If an update is found you can install it right away.

Installing script [packages-update](/networking/doc/packages-update.md) gives extra options.

## See also

* [Manage system update](/networking/doc/packages-update.md)

[◀ Go back to main README](/networking/master.md)\
[▲ Go back to top](/networking/doc/check-routeros-update.md#top)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.i4e.com.bd/networking/doc/check-routeros-update.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
