Instruction for local network

System Requirements

Installation Instructions

Step 1: Install MongoDB (Required Only on Server Machine)
    Download
  1. MongoDB Community Server Download
  2. Install it using default settings, During the installation process, you’ll see an option like
    • ✔️ Check install MongoDB Compass
  3. (Optional) After You can verify MongoDB is running at localhost:27017 by opening a browser and visiting: http://localhost:27017
Step 2: Creating the Database Using MongoDB Compass
Open MongoDB Compass
  • Connect to MongoDB Click "Connect" .
  • Once connected, click the “Create Database” button (top-left).
  • Database Name: "SECURE" (exectly same no spelling mistake)
  • Collection Name: "users" (exectly same no spelling mistake)
Step 3: Start the Server
On the machine which you installed MongoDB
  • Go to the Download folder.
  • Run secure.exe
  • The server will connect to MongoDB and display the IP and port (e.g., 192.168.1.5:12345).
  • Enter the token to activate server
❗ The server must be on the same machine where MongoDB is installed or must point to the correct IP/host if remote.
Step 4: Run the Chat Client
On all LAN-connected systems
  • Go to the download folder.
  • Run SecureClient.exe.
  • Enter the server IP.
  • Click Connect to start chatting.

Instruction for Own network (Static IP)

System Requirements

Installation Instructions

Step 1: Install MongoDB (Required Only on Server Machine)
    Download
  1. MongoDB Community Server Download
  2. Install it using default settings, During the installation process, you’ll see an option like
    • ✔️ Check install MongoDB Compass
  3. (Optional) After You can verify MongoDB is running at localhost:27017 by opening a browser and visiting: http://localhost:27017
Step 2: Creating the Database Using MongoDB Compass
Open MongoDB Compass
  • Connect to MongoDB Click "Connect" .
  • Once connected, click the “Create Database” button (top-left).
  • Database Name: "SECURE" (exectly same no spelling mistake)
  • Collection Name: "users" (exectly same no spelling mistake)
Step 3: Start the Server
On the machine which you installed MongoDB
  • Go to the Download folder.
  • Run secure.exe
  • The server will connect to MongoDB and display the IP and port (e.g., 192.168.1.5:12345).
  • Enter the token to activate server
❗ The server must be on the same machine where MongoDB is installed or must point to the correct IP/host if remote.
Step 4: Connect your local ip to your static ip
  • Open your network page
  • connect server ip to your static ip with port 2721 and 2722
Step 4: Run the Chat Client
On all LAN-connected systems
  • Go to the download folder.
  • Run SecureClient.exe.
  • Enter the server ststic IP.
  • Click Connect to start chatting.