Guys i need the console.cfg file edited for localhost please.
"startConsole.bat" will not start :(
Guys i need the console.cfg file edited for localhost please.
"startConsole.bat" will not start :(
# account server ip
accountServerHost = 127.0.0.1
# account server port
accountServerPort = 9317
# client private keys used for client app authorization
clientPrivateKeyModulus = keys/accountServer/rsa.client.modulus.bin
clientPrivateKeyExponent = keys/accountServer/rsa.client.prvExponent.bin
# server public keys used for account server authorization
accountSrvPublicKeyModulus = keys/accountServer/rsa.server.modulus.bin
accountSrvPublicKeyExponent = keys/accountServer/rsa.server.pubExponent.bin
certificatePublicKeyModulus = keys/accountServer/rsa.certificate.modulus.bin
certificatePublicKeyExponent = keys/accountServer/rsa.certificate.pubExponent.bin
# connection to account server timout - ms
accountSrvLoginTimeoutMs = 31000
#
# Login and password for automatic account server login.
# Any of those fields can be empty or commented out.
# Empty value for 'accountSrvPassword' means empty password and is perfectly valid (ie user has no password).
# To always ask for the password, keep 'accountSrvPassword' commmented out.
# In case of automatic login failure, user is prompted with regular login/password dialog.
# Value 'exit' for the 'accountSrvLogin' is reserved for exiting the console. Do not use it as a login name.
#
accountSrvLogin = xxxxx
accountSrvPassword = xxxxx
# server public keys used for traffic encryption
shardPublicKeyModulus = keys/shard/rsa.shard.modulus.bin
shardPublicKeyExponent = keys/shard/rsa.shard.pubExponent.bin
# connection to shard server timeout - ms
shardLoginTimeoutMs = 32000
#
# Automatically connect to this shard after successful console login.
# If the connection fails, user is prompted to enter the shard name.
#
#shardSelectedName = trunk_dev_botfarm
#
# Config file with aliases for some of the console commands.
# Aliases must start with @. Sample alias file content:
# @s = status
# @ex = exec a.bat
#
aliasCfg = consoleAlias.cfg
<?xml version="1.0" encoding="utf-8"?>
<config name="test_trunk_shard" build="Debug" serversNeed="1" mapServicesAmount="1">
<net basePort="9000" datagramPort="8000" bindPortsRange="15"/>
<logging args="logging.channels.local.LocalChannelEngineFactory --defaultlogpath --logpath=/local/temp --format=CSV --start"/>
<accountServer maxUsersOnShard="1000" clientsLimit="50" build="builds/standard.xml" versionOnLogin="-1" memory="500" ip="127.0.0.1">
<approve ip="127.0.0.1" port="9318"/>
<auth ip="127.0.0.1" port="9317" timeout="30000"/>
<api protocol="http" host="127.0.0.1" port="9337"/>
<db host="127.0.0.1" user="postgres" password="xxxx" config="accountserverdb-config-pgsql.properties"/>
</accountServer>
</config>
change this with what???
Server\server_bin\serverConsole\"startConsole.bat" has no intention of starting.# account server ip
accountServerHost = 127.0.0.1
# account server port
accountServerPort = what port i have to write here!
Last edited by epix94; 23-04-12 at 09:47 AM.
post your
serverConsole\out\xxxxx\logs\server.log
the server.log file is empty
but i can give u a screen with the command line:
http://imageshack.us/f/99/startconsole.png/
Last edited by epix94; 21-04-12 at 08:49 PM.
i thinks the java is not run
so you cant run the startConsole.bat
I followed exactly the guide for the activation of java.
Look this screen:
JAVA OPTION
http://imageshack.us/f/692/javafb.png
ok i have used and changed the password of our serverConsole and accountServer folders and i have a new problem!
The startAccount.bat now WORK, while the serverConsole.bat opens but then closes after a few seconds.
Last edited by epix94; 23-04-12 at 09:46 AM.
who have allods 3.0 server file.
i want to buy this file.
Last edited by Kreeate; 23-04-12 at 07:55 PM.
Kreaate i have resolved all problem yesterday...u can delete my last reply!
interesting, looking into this now.