Skip to content

dkraklan/WurmUnlimitedAdmin

 
 

Repository files navigation

Introduction

Wurm Unlimited Admin - is a web-based admin interface for Wurm Unlimited servers.

Demo

To see this software in action visit our Demo

Requirements / Dependencies

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
  • WinRAR or 7zip to place files into the server.jar

Installation

Download

  • Download or clone from GitHub

PHP configuration

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 of extension

Application configuration

This is a basic configuration / setup guide on getting this software up and running on your host.

  • Place files from this repo into your www folder
  • Navigate to the includes folder and open config.php
  • Change the rootPath to your website address

Wurm Unlimited configuration

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 ........
  • Go to your WUA folder

    • Then /includes/WUARequirements/server.jar/com/wurmonline/server/webinterface
    • Drag the 3 files into your into your server.jar in com/wurmonline/server/webinterface/ folder

Usage

  • The default username and password to the admin account are:

Username | Password --- | --- | --- admin | admin

About

This is a web-based admin interface for Wurm Unlimited servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.7%
  • CSS 29.5%
  • JavaScript 5.8%