OTAdmin

From OpenTibia Fans

Jump to: navigation, search
This article is a stub. You can help us by expanding it.
OTAdmin
Developer(s): SimOne, Spin
Current Release: OTAdmin 0.1
Repository: Browse SVN
Platform(s): Windows, Linux
License: GNU GPL

OTAdmin is a CLI program (meaning no GUI) and is used to communicate with an OpenTibia Server using the Admin Protocol.

Contents

Usage

OTAdmin accepts several parameters to execute commands on the server side such as broadcast, openserver, closeserver and shutdown aswell as some client side commands such as server, connect, disconnect and sleep.

Installing

Most Linux flavors

First checkout from SVN.

mkdir otadmin
cd otadmin
svn co https://opentibia.svn.sourceforge.net/svnroot/opentibia/otadmin/trunk
mv -t . trunk/* trunk/.svn
rm -R trunk

Then configure and make

./autogen.sh
./configure
make

Run using ./otadmin .

Releases

  • OTAdmin 0.1 (Released on January 8, 2008)

Related links

Personal tools