Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
/ SharedESP Public archive

Shares the ESP between the users of this LUA

License

Notifications You must be signed in to change notification settings

stqcky/SharedESP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Discontinued since it was added to AIMWARE.

SharedESP

Shares the ESP between the users of this LUA

Setting up a server

For Windows

  • Port forward the port 57020 (UDP)
  • Download and install NodeJS on your system
  • Download the server script (server.js)
  • Open a terminal (cmd, PowerShell, etc)
  • Navigate to the path where the server script is downloaded
  • Run the server script with "node server.js"

For Linux

Run these commands in super user mode

apt install nodejs
ufw allow 57020
ufw allow ssh
git clone https://github.com/stqcky/SharedESP
cd SharedESP
node server.js

If you want your server to be added to the server list

PM me on the AIMWARE forum or discord (stacky#6580) with the server IP and it's location

About

Shares the ESP between the users of this LUA

Resources

License

Stars

Watchers

Forks