# NetBox Account Management
[Netbox](https://github.com/adestis/netbox-account-management) plugin for managing the ownership of accounts.
## Features
This plugin provide following Models:
* Systems
* Login Credentials
* SSH Keys
## Compatibility
| | |
| ------------ | ----- |
| NetBox 4.2.x | 1.9.x |
## Installation
The plugin is available as a Python package in pypi and can be installed with pip
```bash
pip install adestis-netbox-plugin-account-management
```
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
```python
PLUGINS = ['adestis_netbox_plugin_account_management']
```
Restart NetBox and add `adestis-netbox-plugin-account-management` to your local_requirements.txt
See [NetBox Documentation](https://docs.netbox.dev/en/stable/plugins/#installing-plugins) for details
## Configuration
The following options are available:
* `top_level_menu`: Bool (default False) Enable top level section navigation menu for the plugin.
## Screenshots




Raw data
{
"_id": null,
"home_page": "https://github.com/adestis/netbox-account-management",
"name": "adestis-netbox-plugin-account-management",
"maintainer": "ADESTIS GmbH",
"docs_url": null,
"requires_python": null,
"maintainer_email": "pypi@adestis.de",
"keywords": "netbox, netbox-plugin, plugin",
"author": "ADESTIS GmbH",
"author_email": "pypi@adestis.de",
"download_url": null,
"platform": null,
"description": "# NetBox Account Management\r\n\r\n[Netbox](https://github.com/adestis/netbox-account-management) plugin for managing the ownership of accounts.\r\n\r\n## Features\r\n\r\nThis plugin provide following Models:\r\n\r\n* Systems\r\n* Login Credentials\r\n* SSH Keys\r\n\r\n## Compatibility\r\n\r\n| | |\r\n| ------------ | ----- |\r\n| NetBox 4.2.x | 1.9.x |\r\n\r\n## Installation\r\n\r\nThe plugin is available as a Python package in pypi and can be installed with pip \r\n\r\n```bash\r\npip install adestis-netbox-plugin-account-management\r\n```\r\n\r\nEnable the plugin in /opt/netbox/netbox/netbox/configuration.py:\r\n\r\n```python\r\nPLUGINS = ['adestis_netbox_plugin_account_management']\r\n```\r\n\r\nRestart NetBox and add `adestis-netbox-plugin-account-management` to your local_requirements.txt\r\n\r\nSee [NetBox Documentation](https://docs.netbox.dev/en/stable/plugins/#installing-plugins) for details\r\n\r\n## Configuration\r\n\r\nThe following options are available:\r\n\r\n* `top_level_menu`: Bool (default False) Enable top level section navigation menu for the plugin.\r\n\r\n## Screenshots\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "ADESTIS Account Management",
"version": "1.9.5",
"project_urls": {
"Homepage": "https://github.com/adestis/netbox-account-management",
"Source": "https://github.com/adestis/netbox-account-management"
},
"split_keywords": [
"netbox",
" netbox-plugin",
" plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b6d16921512ef31d42e20a66e7ffcdcaf70c3de5f35a054d5ec8266702d78ad9",
"md5": "f28e322d45aca795599ed7ca01f30bec",
"sha256": "92c0b3e9eab318a33c62000d3e71d92ab04b32736ad9fdb99470bd611f66aa16"
},
"downloads": -1,
"filename": "adestis_netbox_plugin_account_management-1.9.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f28e322d45aca795599ed7ca01f30bec",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 58367,
"upload_time": "2025-08-08T14:27:42",
"upload_time_iso_8601": "2025-08-08T14:27:42.349043Z",
"url": "https://files.pythonhosted.org/packages/b6/d1/6921512ef31d42e20a66e7ffcdcaf70c3de5f35a054d5ec8266702d78ad9/adestis_netbox_plugin_account_management-1.9.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-08 14:27:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adestis",
"github_project": "netbox-account-management",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "adestis-netbox-plugin-account-management"
}