Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.95 KB

File metadata and controls

52 lines (35 loc) · 1.95 KB

🌐 Nextcloud Server Connectivity Test

A simple PowerShell script to monitor the network and web availability of a Nextcloud server.


🚀 Overview

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.


⚙️ Features

  • 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.

💻 How to Use

  1. Clone the repository:
    git clone https://github.com/KL2400040448/NextcloudMonitor.git
    cd NextcloudMonitor

🧾 License

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.

🖼️ Nextcloud Login Portal

Below is a screenshot of the actual Nextcloud instance used for testing:

Nextcloud Login Portal