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!
Factorio Multiplayer Server List
- deveth0
- Burner Inserter

- Posts: 9
- Joined: Mon Mar 04, 2019 2:11 pm
- Contact:
- IIPoliII
- Long Handed Inserter

- Posts: 91
- Joined: Fri May 05, 2017 12:01 pm
- Contact:
Re: Factorio Multiplayer Server List
Hey, i found it realllyy intressting how did you did that is there any github for it?
- deveth0
- Burner Inserter

- Posts: 9
- Joined: Mon Mar 04, 2019 2:11 pm
- Contact:
Re: Factorio Multiplayer Server List
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.
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.
- IIPoliII
- Long Handed Inserter

- Posts: 91
- Joined: Fri May 05, 2017 12:01 pm
- Contact:
Re: Factorio Multiplayer Server List
Awh sadly it's down now any idea why ?
If you need help for hosting it deveth0 i can help
If you need help for hosting it deveth0 i can help
- deveth0
- Burner Inserter

- Posts: 9
- Joined: Mon Mar 04, 2019 2:11 pm
- Contact:
Re: Factorio Multiplayer Server List
Ups... Sorry... Will check tomorrow 
- deveth0
- Burner Inserter

- Posts: 9
- Joined: Mon Mar 04, 2019 2:11 pm
- Contact:
Re: Factorio Multiplayer Server List
Back online 
- LUIS_DAS_ARTIMANHAS
- Manual Inserter

- Posts: 1
- Joined: Sun Aug 16, 2026 10:59 pm
- Contact:
Re: Factorio Multiplayer Server List
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.
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
https://luisdasartimanhas.github.io/Fac ... ayer-List/
Project made to facilitate the discovery and analysis of public Factorio servers in a single panel.
Last edited by LUIS_DAS_ARTIMANHAS on Sun Aug 16, 2026 11:12 pm, edited 1 time in total.

