Tag: openfire
-
Stuck on the last step of Openfire installation?
update `ofUser` set plainPassword = ‘admin’, encryptedPassword = null where username = ‘admin’; See if this helps 😉
-
TF2 and Openfire Servers Up
Freed up disk space on the Openfire VM so it’s running again. Re-setup TF2 dedicated server. 69.41.175.60:27015
-
Openfire + Openfire Meetings
Didn’t take a screencap, but I now have XMPP and video chat functionality using Openfire with the Openfire Meetings plugin. A few things I discovered.. During installation, you do need to create the database (MariaDB in my case) using: mysql> CREATE DATABASE openfire CHARACTER SET utf8 COLLATE utf8_general_ci; Simply ‘create database openfire;’ was not sufficient. It…