A simple PowerShell script to monitor the network and web availability of a Nextcloud server.
This PowerShell script continuously checks the network reachability and web response of a Nextcloud server.
It’s perfect for quick diagnostics or uptime monitoring within your local or private cloud setup.
- ✅ Ping Test: Verifies if the server is reachable on the network.
- 🌐 Web Response Check: Tests if the Nextcloud web interface responds (HTTP 200).
- 🧩 Color-Coded Output: Easy-to-read console messages (Green = OK, Yellow = Warning, Red = Error).
- 🔁 Simple & Lightweight: Ideal for administrators, IT students, and self-hosters.
- Clone the repository:
git clone https://github.com/KL2400040448/NextcloudMonitor.git cd NextcloudMonitor
This project is licensed under the MIT License — see the LICENSE file for details.
You are free to:
- ✅ Use this project for personal or commercial purposes
- ✏️ Modify or distribute it under the same license
- ⭐ Credit the original author (King, 2025) when reusing the code
The software is provided "as is", without warranty of any kind.
The author is not liable for any damages or issues caused by its use.
Below is a screenshot of the actual Nextcloud instance used for testing:
