How to Install Tigase on Windows 11
Tigase is a free and open-source XMPP server software that allows you to deploy instant messaging and real-time communication applications. In this tutorial, we will show you how to install Tigase on a Windows 11 computer.
Prerequisites
- Operating System: Windows 11
- Administrator access to the system account
- Java 8 or higher should be installed
Step 1: Download Tigase
Go to https://tigase.net/xmpp-server and download the latest version of Tigase.

Extract the downloaded Tigase archive to any location of your choice.
Step 2: Configure Tigase
Open the Tigase folder and navigate to the
./etcdirectory. You will find several configuration files such asinit.properties,service.properties, andtigase.conf.In the
init.properties, update the--gen-certstofalse.--gen-certs = falseOpen the
tigase.conffile and update the--adminsparameter with your username.[email protected]Save all the configuration files after making the necessary changes.
Step 3: Run Tigase
Open the Windows Command Prompt as an administrator.
Navigate to the Tigase directory using the command
cd path/to/TigaseFor example, cd C:\Users\John\Downloads\tigase-server-xxxx
Run the command to start the Tigase server.
bin\tigase.bat start etc\tigase.conf
If successfully started, the command prompt will display the following message:
Tigase XMPP Server running: tigase-serverTo check if the server is running, open a web browser and navigate to http://localhost:8080/.
If Tigase is successfully installed, you will see the Tigase welcome page in your web browser.

Congratulations, you have successfully installed Tigase on your Windows 11 computer. Now, you can further configure and customize Tigase according to your requirements.