by Sanjay Kumar | Apr 27, 2026 | Knowledge Base, Netpicker, Network automation, Security
Overview Use the Secret type for sensitive job parameters (passwords, tokens, community strings). It renders as a masked input field in the UI and prevents accidental exposure in logs. Import from comfy import job, Secret How It Works Declare a parameter as Secret...
by Sanjay Kumar | Mar 31, 2026 | FAQ, Knowledge Base, Netpicker
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. Procedure Log in to the Netpicker server via SSH. Execute the following command: docker exec -ti...
by Sanjay Kumar | Mar 5, 2026 | Installation, Knowledge Base
To run Netpicker in your environment, certain network ports must be allowed through your firewall. This article explains the required and optional ports used for communication between users, the Netpicker server, and managed devices. Network Flow Diagram Port...
by Sanjay Kumar | Jan 19, 2026 | Knowledge Base, Netpicker
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 terminal. Key Features Backups: Manually trigger or schedule configuration backups. Device...