Loading...
Loading...
Company Workspaces
Navigate Company Operations
Dashboard
Accounting
Automations
Communications
Contacts
Contracts
Customers
Employees
Inventory
Invoicing
Knowledge Base
Learning
Marketplace
Network Administration
Dashboard
ICMP
Inventory
IPAM
Proxy
SNMP
Notifications
Permissions
Rentals
Scheduling
Task Management
Team

Proxy Gateway Setup

Configure the Network Monitor proxy to establish communication between your network infrastructure and ThothOS.

  1. I
    Install Go Runtime
    Download and install Go from the official website. After installation, restart your terminal.
    https://go.dev/dl/
  2. II
    Download the Proxy
    Download the Network Monitor source code using PowerShell.
    Invoke-WebRequest -Uri "https://github.com/Technologies-Unlimited/Network-Monitor/archive/refs/heads/production.zip" -OutFile "Network-Monitor.zip"
  3. III
    Extract the Archive
    Extract the downloaded zip file using PowerShell or your preferred tool.
    Expand-Archive -Path Network-Monitor.zip -DestinationPath .
  4. IV
    Build the Application
    Navigate to the extracted folder and build the Go application.
    cd Network-Monitor-production
    go build -o network-monitor.exe .
  5. V
    Start the Proxy Service
    Run the compiled executable to start the proxy server.
    .\network-monitor.exe server
  6. VI
    Configure ThothOS Connection
    Open the Network Monitor settings page and connect to ThothOS using your API key from below.
    http://localhost:8080/settings
    Enter your API key from the section below and click Connect.

API Keys

Create and manage API keys for proxy authentication.

Production Proxy Key
Active
Prefix:tk_abc12345...
Created:Just now
Last Used:Never
proxy:readproxy:writeproxy:registerproxy:heartbeat
Test Proxy Key
Active
Prefix:tk_xyz98765...
Created:7d ago
Last Used:1d ago
proxy:readproxy:register

Connected Proxies

Monitor the proxy instances connected to your network.

Main Proxy
Online
Address:192.168.1.100:8080
Version:v1.0.0
Last Heartbeat:632d ago
Monitoring:5 agents, 25 devices
“Handles proxy requests for internal traffic”