installing on Brightpanel

Arrange meetings with other people to play MP, announce your servers.
Post Reply
dgibbs3196
Manual Inserter
Manual Inserter
Posts: 1
Joined: Sat Jul 25, 2015 6:06 am
Contact:

installing on Brightpanel

Post by dgibbs3196 »

Hi all I use Brightpanel for all my server and was wanning to host a Decided server for this on my ubuntu server for me and my frands to play on..

But i have no idea of how to go about installing it on it....

Bisa
Filter Inserter
Filter Inserter
Posts: 450
Joined: Fri Jul 17, 2015 3:22 pm
Contact:

Re: installing on Brightpanel

Post by Bisa »

I'm not familliar with BGPanel - but if you ahve your own dedicated server I suggest installing factorio via console:

- upload the linux tar.gx package to your server
scp factorio.tar.gz you@yourserver.com:/tmp/

- explode the package in /opt/factorio
cd /opt/
tar -xzf /tmp/factorio.tar.gz

- check the binary to find if you need any libs installed
ldd /opt/facrotio/bin/x64/factorio
(install each of the missing libs, i.e the ones labled "not found")
apt-get install <name of the missing libs>
I noted on centos that libasound.so.2 proved to be a difficult one, basically you need the advanced linux sound architecture package, so install "alsa-lib"

- try the binary
/opt/factorio/bin/x64/factorio --start-server savename
as long as it fails saying it cannot find/open the savename.zip you are set! Just upload a save from your own computer and put it in the /opt/factorio/saves directory

if you want a service script to start/stop the server you can always have a look at my init script over here

EDIT*
I've placed this on the wiki
Hosting a factorio server? Take a look at this || init script ||.

Post Reply

Return to “Multiplayer”