Skip to main content

Getting Started Guide

Accessing the Web Interface

Introduction

Welcome to the Inventory Management System! This guide will help you access the web interface so you can start managing your inventory efficiently.

Prerequisites

  • System Setup: Ensure that the Inventory Management System is installed and running on your local machine or server.
  • Network Access: Confirm that your device is connected to the same network as the server hosting the system if accessing remotely.
  • Web Browser: Use a modern web browser such as Google Chrome, Mozilla Firefox, Microsoft Edge, or Safari for optimal performance.

Steps to Access the Web Interface

  1. Open Your Web Browser

    • Launch your preferred web browser on your computer or mobile device.
  2. Navigate to the Web Interface URL

    • Local Access:
      • Enter the following URL in the address bar: http://127.0.0.1:8080
        • This URL is used when the system is running on your local machine.
      • Remote Access:
        • Replace 127.0.0.1 with the IP address or domain name of the server where the system is hosted:
        • Ensure that port 8080 is open and accessible.
  3. Verify the Connection

      • Press Enter after typing the URL.
      • You should see the login page or the administrator account setup page if it's your first time accessing the system.

    Troubleshooting

        • Cannot Access the Web Interface

          • Check Server Status: Ensure the server or local instance is running. If using Docker, verify that the containers are up by running: docker-compose ps
          • Firewall Settings: Make sure that your firewall or security software is not blocking port 8080.
          • Network Issues: Confirm that your device is connected to the correct network and that there are no connectivity issues.
        • Browser Compatibility

          • Update your browser to the latest version.
          • Clear your browser's cache and cookies.
          • Try accessing the interface using a different browser.
        • Incorrect URL

          • Double-check the URL for typos.
          • Ensure that you are using the correct IP address or domain name for remote access.