Support Output File (supout.rif)
Support Output File (supout.rif)
Section titled “Support Output File (supout.rif)”Summary
Section titled “Summary”Sub-menu: /system
Command: /system sup-output
The supout.rif file is a binary diagnostic snapshot of your RouterOS device. MikroTik Support uses this file to diagnose issues quickly without needing direct router access. The file captures router configuration, log data, routing tables, interface statistics, and other operational details.
What Is Included
Section titled “What Is Included”The support output file contains a comprehensive snapshot of the router’s state at the time of generation, including:
- Full device configuration (equivalent to
/export) - System logs
- Routing tables and ARP cache
- Interface status and statistics
- Active connections
- Installed packages and their versions
- Resource usage (CPU, memory, disk)
- Hardware information
This data allows MikroTik Support to reproduce your configuration and diagnose issues without requiring access to the live device.
Generating a Support Output File
Section titled “Generating a Support Output File”Console
Section titled “Console”/system sup-output name=supout.rifThe file is saved to the router’s root file storage and is accessible via WinBox Files or FTP.
To save to /flash storage on devices with flash memory or external storage:
/system sup-output name=flash/supout.rifIf the supout viewer displays content that is too narrow, regenerate with a wider output width:
/system sup-output name=supout.rif output-width=300WinBox
Section titled “WinBox”- Open WinBox and connect to your router.
- Click Make Supout.rif (visible in the toolbar or top menu).
- The file appears in the Files list.
- Right-click the file and select Download, or drag it to your desktop.
WebFig
Section titled “WebFig”- Open WebFig in a browser.
- Click Make Supout.rif.
- Click Download to save the file to your computer.
Submitting to MikroTik Support
Section titled “Submitting to MikroTik Support”When opening a support ticket at help.mikrotik.com, attach the supout.rif file to provide MikroTik Support with full device context. This significantly reduces the time required to diagnose and resolve issues.
Viewing with the Online Supout Viewer
Section titled “Viewing with the Online Supout Viewer”MikroTik provides an online viewer to inspect the contents of a supout.rif file:
- Log in to your MikroTik account at mikrotik.com.
- Click Supout.rif viewer in the left column.
- Upload your
supout.riffile. - Browse the sections of the file — configuration, logs, interfaces, and more.
The viewer parses the binary file into human-readable sections, making it useful for self-diagnosis as well as support escalation.
Automatic Support Output (autosupout.rif)
Section titled “Automatic Support Output (autosupout.rif)”RouterOS generates a support output file automatically when a software failure (crash) occurs. This file is named autosupout.rif and is stored in the router’s root filesystem.
When a new crash occurs, the previous autosupout.rif is renamed to autosupout.old.rif before the new file is written. This preserves one generation of history.
This behavior is controlled by the Watchdog subsystem:
| Property | Default | Description |
|---|---|---|
automatic-supout | yes | Generate autosupout.rif on software failure |
auto-send-supout | no | Email the file after automatic generation |
send-email-to | — | Recipient address for automatic email |
send-smtp-server | — | SMTP server (falls back to /tool e-mail settings) |
send-email-from | — | Sender address (falls back to /tool e-mail settings) |
Configure Automatic Email Delivery
Section titled “Configure Automatic Email Delivery”To automatically email the support file to yourself or your support team on any software crash:
/system watchdog set auto-send-supout=yes \ send-smtp-server=192.0.2.1Verify the configuration:
/system watchdog printExpected output:
watch-address: none watchdog-timer: yes no-ping-delay: 5m automatic-supout: yes auto-send-supout: yes send-smtp-server: 192.0.2.1 send-email-to: [email protected]Common Use Cases
Section titled “Common Use Cases”After an Unexpected Reboot
Section titled “After an Unexpected Reboot”If the router rebooted unexpectedly, check whether autosupout.rif is present:
/file print where name~"supout"If found, download and inspect it with the supout viewer to identify the crash cause before opening a support ticket.
Before Contacting Support
Section titled “Before Contacting Support”Generate a fresh supout.rif immediately after reproducing the problem — logs and connection tables are time-sensitive:
/system sup-output name=supout.rifThen download and attach the file to your support ticket.
Storage Considerations
Section titled “Storage Considerations”On routers with limited storage, generate the file directly to a USB drive or the flash partition:
/system sup-output name=flash/supout.rifRemove old files when no longer needed:
/file remove supout.rif