Skip to content

Joansitoh/ssh_monitor

Repository files navigation

NETVISR SSH MONITOR

license last-commit repo-top-language repo-language-count

NETVISR SSH MONITOR is a React application that allows you to monitor SSH connections on machines. The application features a simple and user-friendly graphical interface.

Prettier HTML5 YAML
Vite React ESLint JSON


🔗 Quick Links


📍 Overview

Demo

SSH Monitor screenshot 1 SSH Monitor screenshot 2

SSH Monitor Screenshots

SSH Monitor screenshot 3 SSH Monitor screenshot 3 SSH Monitor screenshot 3

📦 Features

► Geo-location of IP addresses ► User-friendly interface ► Real-time monitoring of SSH connections ► Count of ssh connections


🚀 Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • Node.js: version 20.0.0
  • rsyslog: version 8.2108.0

⚙️ Installation

  1. Clone the repository:
git clone https://github.com/Joansitoh/ssh_monitor/
  1. Change to the project directory:
cd ssh_monitor
  1. Install the dependencies:
npm install

🤖 Running

Development Mode

If you want to run the application in development mode, you can use the following command:

npm run test

Production Mode

Running the application in production mode involves several steps:

  1. Build the application:
npm run build
  1. Copy the build output to the web server directory. This example uses Apache, so the target directory is /var/www/html. Adjust this command if you're using a different web server like Nginx:
cp -r dist/* /var/www/html/
  1. Run the API server:
npm run api

Note: You need a web server like Apache2 or Nginx to serve the static files in production mode.

🤝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a Git client.
    git clone https://github.com/Joansitoh/ssh_monitor/
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


📄 License

This project is protected under the MIT License. For more details, refer to the LICENSE file.

Return


About

Website to monitor and view ssh connections

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages