Page 1 of 1
Factorio Multiplayer Server List
Posted: Wed Apr 03, 2019 2:34 pm
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!
Re: Factorio Multiplayer Server List
Posted: Mon May 06, 2019 11:26 am
by IIPoliII
Hey, i found it realllyy intressting how did you did that is there any github for it?
Re: Factorio Multiplayer Server List
Posted: Mon May 06, 2019 12:04 pm
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.
Re: Factorio Multiplayer Server List
Posted: Fri Jan 10, 2020 12:04 pm
by IIPoliII
Awh sadly it's down now any idea why ?
If you need help for hosting it deveth0 i can help

Re: Factorio Multiplayer Server List
Posted: Fri Jan 10, 2020 12:06 pm
by deveth0
Ups... Sorry... Will check tomorrow

Re: Factorio Multiplayer Server List
Posted: Sat Jan 11, 2020 10:22 pm
by deveth0
Back online

Re: Factorio Multiplayer Server List
Posted: Sun Aug 16, 2026 11:11 pm
by LUIS_DAS_ARTIMANHAS
Hey, I made a website for this hosted on my own servers, if this helps anyone.

**Factorio Multiplayer Browser**
I'm sharing a project I developed to view *Factorio* multiplayer servers in real time.
The system lists public servers with information such as:
* real-time online players
* game version and build
* installed mods
* password status and server type
* complete details per server (expanded modal)
* direct connection via Steam
In addition, the interface includes:
* filters by version, mods and password
* instant search by name
* automatic list update
* general statistics panel
* detailed view of each server

Access:
https://luisdasartimanhas.github.io/Fac ... ayer-List/
Project made to facilitate the discovery and analysis of public Factorio servers in a single panel.