Wikibase Suite (WBS)

Installing Wikibase Suite (WBS)

Wikibase Suite (WBS) is a production-ready Wikibase software bundle for self-hosting a public knowledge graph similar to Wikidata. It includes MediaWiki, Wikibase, Query Service, QuickStatements, and HTTPS routing for a public instance.

For installation without the browser-based installer, see Manual Installation.

Before You Start – What You Need

[!NOTE] These are mandatory steps. Wikibase Suite is not meant for local installations.

1. Server (VPS)

You need a Linux-based server that meets these minimum requirements:


2. Domain registration

You need two domain configurations – a main domain for your Wikibase and a subdomain for the Query Service software:

How to configure domains for your server (VPS):

Record name Value Type
@ IP address from server A
query IP address from server A


Start the Wikibase Suite Installer

Connect to your server

ssh root@SERVER_IP_ADDRESS

Terminal showing SSH access to the server

Start the installer


curl -fsSL https://wmde.github.io/wikibase-suite-install | bash

This command installs the latest stable WBS release identified by a wbs@MAJOR.MINOR.PATCH tag and starts its browser installer.


Terminal showing the installer URL

Configure and install Wikibase Suite

The Wikibase Suite Installer walks you through the steps to configure and install your Wikibase instance.


Wikibase Suite Installer welcome screen

Connect your domain and subdomain:

Enter the domain names you registered in the requirements step:


Installer fields for the Wikibase and Query Service domains

Create an administrator account for your Wikibase:

This is your personal login for managing your Wikibase. Fill in:


Installer fields for creating the administrator account

Set up database credentials.

The database is where all your Wikibase content is stored behind the scenes. You don’t interact with it directly, but it needs a password to keep your data secure. The installer provides a default database configuration if you do not enter custom credentials.


Installer fields for the database credentials

Visibility

Help us understand the Wikibase ecosystem. Wikibase is used by hundreds of libraries, museums, research projects and companies — but nobody has a clear picture of how big or how diverse that ecosystem really is. You can help change that by providing some statistics from your Wikibase.


Installer options for sharing visibility statistics

Run the installation for all WBS components.

All Wikibase Suite components will be downloaded and installed. This may take a few minutes.


Installer progress for all Wikibase Suite components

Congratulations: You have installed your own Wikibase instance!

You can directly access your Wikibase, the Query Service and QuickStatements. Everything is configured and ready to use.

Note: Download the configuration file.


Wikibase Suite installation success screen

Share your feedback with us

How did the installation go? Feedback >


Support

If something is not working as expected, start with Troubleshooting. If you have questions or need help, use this bug report form to start a conversation with the engineering team.