Skip to content
forked from stqcky/SharedESP

Shares the ESP between the users of this LUA

License

Notifications You must be signed in to change notification settings

bgamboe/SharedESP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Lua 82.7%
  • JavaScript 17.3%