How can we help?
Getting Started
Get started
Everything you need to get started with Slurp'it.
Changelog
See our latest changes and progress on the software
Training videos
We have online courses with videos explaining our products.
Upgrade
Upgrading From a Previous Version
FAQ
Frequently Asked Questions
Plugins & Libraries
Check out our Python SDK and 3rd-party plugins
By Category
Docker
Everything you need to know about Docker with Slurp'it
Slurp'it
Do you have some troubles within slurp'it ?
All items
All articles regarding troubleshooting, issues & errors.
NetBox
Changelog & Support articles regarding our NetBox Plugin
Nautobot
Changelog & Support articles regarding our Nautobot Plugin
Popular
OVA installation guide
Configure Slurp'it
Vendor support
Architecture
System Requirements
Change interface IP
Install Netbox Plugin
Enable HTTPS
Self-hosted Databases
Login retry
Rate limit requests
Recent Articles
Login page works but I can’t login
Recently we received the following ticket: I downloaded Slurpit, and set everything up. I can see the login pages so I think it works, but when I loging with the default credentials it does not work. Slurp'it is using DNS binding, which means that the configured url...
Configure SSH & SNMP Timeout
The number of seconds Slurp'it will wait before it will return a time-out. This is both configurable for the Scraper a.k. Data Collector (SSH) and the Scanner a.k. Device Finder (SNMP). When can this be usefull? Older devices that always respond a bit slower. Busy...
Install Nautobot plugin
Installing Plugins The instructions below detail the process for installing and enabling a Nautobot plugin. 1. Install the Slurp't plugin pip install --no-cache-dir slurpit_nautobot 2. Enable the App in nautobot_config.py PLUGINS = ['slurpit_nautobot'] 3. Finish...
Nautobot Plugin Changelog
Our versioning is setup like: 1.x.x = Majorx.1.x = Minorx.x.1 = Build number IPAM description added to reconcile When a required custom field is deleted the plugin will now auto-create it. Device sync is no longer Case sensitive Interface diff bug is fixed Prefix...
Reset local user password
It can happen that you forgot the Local admin login. In this article we explain what you can do to gain access again.1. Access the Slurp'it CLI2. Go into your Portal containerdocker exec -ti slurpit-portal bash3. Run the following command and reset the credentials php...