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
106 stars 69 forks source link

Linux Support #44

Closed xLoigi closed 1 year ago

xLoigi commented 1 year ago

I noticed that LawinServerV2 dosent support Linux (or just Ubuntu) and i think i'd would be very nice if you could add Linux support

2vb commented 1 year ago

You can run it by typing the commands into the terminal instead of using the included .bat files. Make sure you have Node installed on your machine. To install packages run npm i and wait for it to finish. To start LawinServerV2, run node index.js (Might have to sudo node index.js)

xLoigi commented 1 year ago

Yea, i already tried that but it says that some modules are not accessible

Lawin0129 commented 1 year ago

I thought it'd just work by default?

Lawin0129 commented 1 year ago

My friend hosted Lawin V2 on Ubuntu and it worked perfectly fine

2vb commented 1 year ago

I thought it'd just work by default? My friend hosted Lawin V2 on Ubuntu and it worked perfectly fine

worked fine by default for me as well

xLoigi commented 1 year ago

ok, wierd.

2vb commented 1 year ago

ok, wierd.

Can you provide more information on the error?

Lawin0129 commented 1 year ago

Is your Node.js up to date on your Linux machine?

xLoigi commented 1 year ago

It just magically fixed itself.

But thank for trying to help!