Factorio Multiplayer Server List

Find multiplayer games.
Tools/scripts to run a dedicated server.
Post Reply
User avatar
deveth0
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Mar 04, 2019 2:11 pm
Contact:

Factorio Multiplayer Server List

Post by deveth0 »

Hi all,

there used to be a website, which provided an overview of the current Factorio Multiplayer Games but it is offline by now.

As the In-Game Server list only shows games with the same version as the Client, I implemented a new website which uses the Matchmaking API to query all current games including the relevant information (e.g. active players, mods, elapsed time, ...).

You can find the Page here: https://factorio.dev-eth0.de

Any feedback is appreciated!

User avatar
IIPoliII
Long Handed Inserter
Long Handed Inserter
Posts: 87
Joined: Fri May 05, 2017 12:01 pm
Contact:

Re: Factorio Multiplayer Server List

Post by IIPoliII »

Hey, i found it realllyy intressting how did you did that is there any github for it?

User avatar
deveth0
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Mar 04, 2019 2:11 pm
Contact:

Re: Factorio Multiplayer Server List

Post by deveth0 »

ney but if you got any specific questions, i'm sure, i can help you ;)

Basically it's a spring-boot application which provides an JSON endpoint with the basic information on all games. Then each game can be queried individually for more details.
All calls go to the Matchmaker API (https://wiki.factorio.com/Matchmaking_API) and are cached to ensure, that I don't stress the backend too much.

User avatar
IIPoliII
Long Handed Inserter
Long Handed Inserter
Posts: 87
Joined: Fri May 05, 2017 12:01 pm
Contact:

Re: Factorio Multiplayer Server List

Post by IIPoliII »

Awh sadly it's down now any idea why ?
If you need help for hosting it deveth0 i can help :P

User avatar
deveth0
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Mar 04, 2019 2:11 pm
Contact:

Re: Factorio Multiplayer Server List

Post by deveth0 »

Ups... Sorry... Will check tomorrow :)

User avatar
deveth0
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Mar 04, 2019 2:11 pm
Contact:

Re: Factorio Multiplayer Server List

Post by deveth0 »

Back online :)

Post Reply

Return to “Multiplayer / Dedicated Server”