Local Network (LAN) Setup
Configure your application for local network communication
System Requirements
Operating System
Windows 10 (64-bit)
RAM
4 GB or more
Disk Space
2 GB free
Network
LAN connectivity
MongoDB
Java
Install MongoDB
Server Machine Only- Download MongoDB Community Server
- Install using default settings
- During installation, check ✔️ Install MongoDB Compass
- Verify MongoDB is running at
localhost:27017
You can verify by visiting http://localhost:27017 in your browser
Create Database
Using MongoDB Compass- Open MongoDB Compass
- Click "Connect" button
- Click "Create Database" (top-left)
-
Database Name:
SECURE(exact spelling required) -
Collection Name:
users(exact spelling required)
Ensure exact spelling - database names are case-sensitive!
Start the Server
MongoDB MachineDownloading file, please wait...
- Navigate to your Downloads folder
- Run
secure.exe - Server will display IP and port (e.g.,
192.168.1.5:12345) - Enter the activation token
The server must run on the same machine where MongoDB is installed
Run Chat Client
All LAN MachinesDownloading file, please wait...
- Navigate to your Downloads folder
- Run
SecureClient.exe - Enter the server IP address
- Click Connect to start chatting
You're all set! Start communicating securely on your local network.
Static IP Network Setup
Configure your application with a fixed IP address
System Requirements
Network
Static IP Address
Operating System
Windows 10+ (64-bit)
RAM
4 GB or more
Disk Space
2 GB free
MongoDB
Java
Install MongoDB
Server Machine Only- Download MongoDB Community Server
- Install using default settings
- During installation, check ✔️ Install MongoDB Compass
- Verify MongoDB is running at
localhost:27017
Create Database
Using MongoDB Compass- Open MongoDB Compass
- Click "Connect" button
- Click "Create Database" (top-left)
- Database Name:
SECURE - Collection Name:
users
Start the Server
MongoDB MachineDownloading file, please wait...
- Navigate to your Downloads folder
- Run
secure.exe - Server will display IP and port
- Enter the activation token
Configure Network
Port Forwarding- Open your router/network configuration page
- Connect server IP to your static IP
- Forward ports:
2721and2722
Port forwarding allows external connections to reach your server
Run Chat Client
All MachinesDownloading file, please wait...
- Navigate to your Downloads folder
- Run
SecureClient.exe - Enter your Static IP address
- Click Connect to start chatting
You can now connect from anywhere using your static IP!