Custom config backup command setup

Netpicker supports backing up configs for all Netmiko vendors. By default, it uses the command show running-config to get the config via screen scraping.   Watch this quick guide: You can override this command by putting in an extra configuration variable for...

Clean installation guide

In order to start with a clean installation of Netpicker, please follow these steps to clean existing Netpicker data in your system. Navigate to the netpicker directory (where docker-compose.yml is located) and run: bash down.sh If you don’t have down.sh, update the...

Release notes

How to update You can easily update to the latest version by running the following command in the Netpicker directory: bash down.shmv docker-compose.yml docker-compose.yml.bakgit pullbash up.sh 2.6 – File transfer backups, Potential CVEs overview File transfer backups...