Learn how to export CLI configuration files from your flight controller for analysis
CLI Dump is a complete snapshot of your flight controller configuration. It contains all settings including PID values, filter configurations, rates, motor mapping, and more. Having a CLI dump allows you to:
This tutorial will show you how to export a CLI dump in just a few minutes.
Download and install Betaflight Configurator (official configuration tool)
Visit betaflight.com to download the latest version
CLI Dump is a complete configuration export from your flight controller, including all settings, PID values, filter configurations, and more. This file can be used for backing up your configuration or having AI analyze your settings.
Connect your flight controller to your computer using a USB cable, open Betaflight Configurator and click the Connect button.

In Betaflight Configurator, click on the CLI tab in the left menu.

Type the following command in the CLI command line and press Enter:
dumpWait for the command to complete, which usually takes a few seconds.
Save the CLI output to a text file:
Tip: Use a meaningful filename like JHEF745V2_20260113.txt including the flight controller model and date.
After successfully exporting CLI dump, you can:
Upload CLI dump together with Blackbox logs to FPVTune for more accurate analysis
Start Analysis →Use text comparison tools (like WinMerge) to compare differences between configuration versions
Recommended Tools →If tuning goes wrong, use backed up CLI dump to quickly restore to previous state
View Restore Tutorial →First ensure flight controller is properly connected to computer with good USB cable contact. If still not responding, try: 1) Disconnect and reconnect flight controller; 2) Restart Betaflight Configurator; 3) Change USB port or cable; 4) Check if drivers are correctly installed.
The dump command takes a few seconds to fully execute, please wait patiently until command prompt appears again. If output is interrupted, it may be unstable USB connection, try using better quality cable. Ensure not to operate flight controller or move USB cable during command execution.
Betaflight Configurator 10.8.0 and above supports "Save to File" button that can directly save CLI output as text file without manual copy-paste. If your version is older, recommend upgrading to latest version for better experience.
Restoring configuration is simple: 1) Connect flight controller and go to CLI tab; 2) Open saved CLI dump file; 3) Copy all content (skip comment lines); 4) Paste into CLI command line; 5) Type "save" to save settings. Note: Recommend backing up current configuration before restoring.
CLI dump contains complete flight controller configuration including: PID parameters, filter settings, rate curves, motor mapping, receiver configuration, OSD settings, mode switches, etc. Basically all parameters that can be set in Betaflight Configurator are exported.
Different Betaflight versions may have parameter changes, directly restoring old version dumps may cause some settings to be invalid or incorrect. Recommend reconfiguring after firmware upgrade, or use diff command to export only settings different from defaults for better compatibility.