Lawin0129 / LawinServerV2

LawinServer V2 is a fortnite backend written in Node.js that features an account system and xmpp.
GNU General Public License v3.0
122 stars 79 forks source link

Ive been struggling with this issue for months, i still have no fix #128

Open Tanron009 opened 4 months ago

Tanron009 commented 4 months ago

This is the error i get when i click start.bat

BACKEND: App started listening on port 3551 node:events:495 throw er; // Unhandled 'error' event ^

Error: listen EACCES: permission denied 0.0.0.0:80 at Server.setupListenHandle [as _listen2] (node:net:1800:21) at listenInCluster (node:net:1865:12) at Server.listen (node:net:1953:7) at Function.listen (C:\Users\tanor\Downloads\Reboot with lawin shit\LawinServerV2-main\node_modules\express\lib\application.js:635:24) at Object. (C:\Users\tanor\Downloads\Reboot with lawin shit\LawinServerV2-main\xmpp\xmpp.js:14:41) at Module._compile (node:internal/modules/cjs/loader:1364:14) at Module._extensions..js (node:internal/modules/cjs/loader:1422:10) at Module.load (node:internal/modules/cjs/loader:1203:32) at Module._load (node:internal/modules/cjs/loader:1019:12) at Module.require (node:internal/modules/cjs/loader:1231:19) Emitted 'error' event on WebSocketServer instance at: at Server.emit (node:events:517:28) at emitErrorNT (node:net:1844:8) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'EACCES', errno: -4092, syscall: 'listen', address: '0.0.0.0', port: 80 }

Hod do i fix this?

Tiger15cub commented 4 months ago

it looks like port 80 is in use, change the XMPP port to fix that