nextcloudmonitor
Python wrapper around nextcloud monitor api
What it is and what it does
NextcloudMonitor is a Python client library that queries the Nextcloud monitor API to fetch server status, system information, and user activity metrics. It abstracts the HTTP calls to Nextcloud's monitoring endpoints behind a simple object interface, letting you access nested data like system version, active user counts, and other instance metrics through a dictionary-like structure.
The library depends only on requests and handles basic API authentication via admin credentials and app passwords. It includes error handling for API failures and supports SSL verification bypass for self-signed certificates. However, the package has been dormant for over two years, meaning it may not support recent Nextcloud API changes or receive security updates.
Use it for:
- Monitor Nextcloud server health and version in automated dashboards or alerting systems.
- Track active user counts and system load metrics for capacity planning.
- Build custom admin tools that pull Nextcloud instance statistics for reporting.
- Integrate Nextcloud status checks into DevOps monitoring pipelines.
- Audit Nextcloud deployments by querying system metrics programmatically.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Wraps the Nextcloud monitor API to retrieve system status, user activity, and server metrics from a Nextcloud instance via Python.
Yes, if you need a lightweight Python interface to Nextcloud's monitor API and your Nextcloud version is compatible with the last release (June 2024). The permissive MIT license and low dependency footprint make it safe to adopt. However, verify that it works with your Nextcloud version first, since the package is dormant and may not support newer API changes. Not recommended if you need active maintenance or support.
Install
nextcloudmonitor on PyPI
pip
pip install nextcloudmonitoruv
uv add nextcloudmonitorpoetry
poetry add nextcloudmonitorInstalling nextcloudmonitor
Before you install
Low install friction with a single dependency (requests). Dormant maintenance status—last release was 781 days ago—suggests the package is stable but receives no active development or bug fixes.
License in practice
MIT license (permissive) means you can use, modify, and distribute this package freely with minimal restrictions.
Quickstart
pip install nextcloudmonitor
from nextcloudmonitor import NextcloudMonitor
ncm = NextcloudMonitor("https://your_nextcloud_url", "admin_user", "app_password")
print(ncm.data['nextcloud']['system']['version'])
Requires a Nextcloud admin user account and an app-specific password generated from Nextcloud security settings.
Verify before relying
- Whether the package works with current Nextcloud versions (last release 781 days ago).
- Python version compatibility (requires_python not specified in metadata).
- Whether SSL verification bypass (added in v1.2.0) is still functional.
Package facts
| License | not declared (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — requests |
| Maintenance | dormant — 781 days since the last release |
| First released | |
| Downloads | 73,849/month — #14,921 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: nextcloudmonitor-1.5.1-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
nc-py-apiPython client library for interacting with…
permissive · top 5,000 on PyPI
garminconnectPython wrapper for the Garmin Connect API that…
permissive · top 15,000 on PyPI
azure-monitor-querymetricsQuery and retrieve numerical metrics data from…
permissive · top 15,000 on PyPI
azure-mgmt-monitorProvides programmatic access to Azure Monitor…
permissive · top 5,000 on PyPI
nextcloud-mcp-serverProvides a Model Context Protocol (MCP) server…
agpl · top 15,000 on PyPI
p1monitorAsynchronous Python client library for reading…
permissive · top 15,000 on PyPI
aiowithingsAsynchronous Python client for fetching data…
permissive · top 15,000 on PyPI
cronitorA Python client library for Cronitor that…
permissive · top 15,000 on PyPI
aa-taskmonitorA Django admin plugin for Alliance Auth that…
permissive · top 15,000 on PyPI
pysncPySnc provides a Python interface to…
permissive · top 15,000 on PyPI