Wurm Unlimited Admin - is a web-based admin interface for Wurm Unlimited servers.
The following programs and modules are required to run Wurm Unlimited Admin
- LAMP/WAMP, Nginx, or UniServer Zero XI running PHP 5.5.0 or higher
- Ability to change php.ini to allow the extension: php_pdo_sqlite.dll
- Wurm Unlimited Server
- WUAHelper - Used for RMI (INCLUDED in the release zip)
- WuaMod - Used for adding custom methods to RMI (INCLUDED in the release zip)
- Download the latest release
- Extract contents in the mods folder into your wurm server mods folder.
- Extract contents in the website folder into your website directory where this tool will be hosted at.
For this software to work you need to enable the php_pdo_sqlite extension as it will be needed to talk to Wurm Unlimited server database files. To enable the extension do the following
- Navigate to your
php.ini
file - Do a search for
php_pdo_sqlite
and remove;
from infront ofextension
This is a basic configuration / setup guide on getting this software up and running on your host.
- Navigate to the
includes
folder and openconfig.php
with your favorite text editor - Add your server info into the
$server
arrayabsolutePath
- Absolute path to your world directoryserverId
- Id of the server which can be found on theWurm Unlimited Server launcher
under theLocal Server
tabip
- Server internal IP addressport
- RMI portpassword
- Intra server password / RMI password
To interact with your WU server you need to enable RMI on it, and to do that you need to edit wurm.ini
file
- Go to your
wurm.ini
file- Add the following line at the end of the file:
USE_INCOMING_RMI=true
- Save the file and start the server
If everything goes smoothly you should see
RMI Registry listening on ........
- Add the following line at the end of the file:
- The default username and password to the admin account are:
Username | Password --- | --- | --- admin | admin