How can we help?

Nautobot Plugin Changelog

Our versioning is setup like: 1.x.x = Majorx.1.x = Minorx.x.1 = Build numberSupport for Nautobot 3.x - View all available CVE's in your network - View CVE per device - Run...

read more

NetBox Plugin Changelog

Our versioning is setup like: 1.x.x = Majorx.1.x = Minorx.x.1 = Build numberSupport for Netbox 4.5. - View all available CVE's in your network - View CVE per device - Run...

read more

Resetting a Local User Password

Access to a Netpicker GUI account may be lost due to a forgotten password. This procedure allows you to reset a local user’s password directly from the Netpicker server....

read more

Getting Started with Netpicker CLI

What is Netpicker CLI? The Netpicker CLI is a powerful command-line tool designed to interact with the Netpicker API. It bridges the gap between the web-based UI and your local...

read more

File transfer YAML

Setup Since version 2.6, Netpicker supports file transfer configuration backups using various protocols like SCP, SFTP and TFTP. To enable this, you need configure and start up...

read more

Netpicker syslog server

A syslog-ng container that listens for network device configuration change events and forwards them to the agent. Overview This container: Receives syslog messages via TCP (port...

read more

Supported vendors

Currently we support 150+ vendors, is your vendor not included in our list then just let us know and we will add it for you. The strategy is to use the Opensource Community for...

read more

External Python libraries

To add external libraries for using in the python rules, these are the steps: Modify the docker-compose.override.yml:x-shared-libs: &shared-libs:environment:PYTHONPATH:...

read more

Backup devices using SSH keys

The private keys must be made available inside agent and kibbitzer containers, so that they are accessible whenever an ssh connection is being opened to the devices. Steps to get...

read more

Using custom TextFSM templates

First, place your TextFSM index and templates in a directory on the host machine. Then, edit the x-api section in docker-compose.override.yml by  Adding a new environment...

read more

Reset default admin password

To reset the default admin password to 12345678 in Netpicker, you can execute the following command on the Netpicker host machine:docker exec -ti db sh -c "echo update...

read more