Book Image

Openfire Administration

By : Mayank Sharma
Book Image

Openfire Administration

By: Mayank Sharma

Overview of this book

<p>Openfire is a free, open-source and full featured Jabber-based Instant Messaging server.<br /><br />This book is a guide to setting up Openfire, tweaking it, and customizing it to build a secure and feature-rich alternative to consumer IM networks. The features covered include details about setting up the server, adding and handling users and groups, updating, and extending the service with plug-ins, connecting with users on external IM networks, connecting with external voice over IP solutions and more, with user-friendly instructions and examples so that you can easily set up your IM network.<br /><br />The book deals with several features of Openfire to streamline communication within an enterprise and beyond. It shows how to configure Openfire to allow only secured connections. It then explains how Openfire complements other existing services running on your network. Managing and fostering IM as a real-time collaboration and communication tool is what this book is about.</p>
Table of Contents (19 chapters)
Openfire Administration
Credits
About the Author
About the Reviewer
Preface

Fuse Life into Openfire


Now we're on the final leg of our journey. This last step is common to both Windows and Linux environments. We've installed Openfire and it's up and running. Now we need to fuse life into it, which is a colorful way of saying that we need to tweak certain settings and point it to our network.

We must tweak these settings from Openfire's Web interface, which runs on port 9090. To access it, launch your browser, and in the address bar enter your IP address followed by a colon and 9090. For example, if the Openfire server is running on a machine with the IP address 192.168.2.5, then the server interface is at http://192.168.2.5:9090. If you are on the same machine on which you've installed Openfire, you can also use http://localhost:9090 or http://127.0.0.1:9090. Windows users can also launch the web browser using the Launch Admin option from the graphical launcher in their Start Menu.

Note

Linux users can check their IP address by running the ifconfig command

The first...