Ну для начала.
1.Посмотри в telnet.properties всё что там прописано,не закоментировано ли чего лишнего.
2.В самой Админке option.php всё связаное правильно.
#-------------------------------------
$mysql_adress="localhost";
$mysql_login="blablabla";
$mysql_password="blablabla";
$mysql_database="l2jdb";
#-------------------------------------
# Telnet access Configuration
#-------------------------------------
$server_ip="192.168.10.31";//this ip is using in telnet connections.
$game_port="7777";//no need to change it.
$auth_port="2106";//no need to change it.
$telnet_port="12345";//must be the same as StatusPort in configtelnet.properties file of your server
$telnet_pass="bkakalablabla";//must be the same as StatusPW in configtelnet.properties file of your server.
#Telnet is disabled by default.
EnableTelnet = true
#This is the port telnet server will bind to
StatusPort = 12345
#If the following is not set, a random password is generated on server startup.
StatusPW = blablabla
#This list can contain IPs or Hosts of clients you wish to allow.
#Hosts must be resolvable to an IP.
#The format is as follows:
#ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
#Make sure there are no spaces between hosts/ips
ListOfHosts = 192.168.10.31,localhost
Так у меня работает под Виндой.
По поваду доступа.
# Configure GM AccessLevels
GMAccessLevel = 400
GMMinLevel = 400
GMCanAnnounce = 100
GMCanBan = 400
GMCanBanChat = 100
GMCanShop = 100
GMCanDelete = 300
GMCanKick = 300
GMMenu = 100
GMGodMode = 400
GMCanEditChar = 400
GMCanViewChar = 400
GMCanEditNPC = 300
GMCanViewNPC = 400
GMCanTeleport = 100
GMCanRestart = 400
GMMonsterRace = 400
GMRider = 100
GMFastUnstuck = 100
GMResurectFixed = 400
GMUseForth = 400
GMDoor = 400
GMRes = 100
GMPeaceAttack = 100
GMHeal = 100
GMUnblock = 100
GMEnchant = 400
#-------------------------------------
# Access configuration - PAGES
#-------------------------------------
$l2jz_access['server']['main']=0;
$l2jz_access['server']['online_count']=0;
$l2jz_access['chars']['search']=400;
$l2jz_access['chars']['builders']=0;
$l2jz_access['chars']['online']=0;
$l2jz_access['chars']['top100']=0;
$l2jz_access['chars']['top100adena']=0;
$l2jz_access['player']['main']=10;
$l2jz_access['accounts']['search']=0;
$l2jz_access['accounts']['builders']=100;
$l2jz_access['accounts']['all']=100;
$l2jz_access['account']['main']=100;
$l2jz_access['account']['chars']=100;
$l2jz_access['clans']['search']=0;
$l2jz_access['clans']['all_clans']=0;
$l2jz_access['clan']['main']=0;
$l2jz_access['clan']['chars']=0;
$l2jz_access['items']['type']=0;
$l2jz_access['items']['search']=0;
$l2jz_access['inventory']['main']=300;//access to veiw chars and clans inventory
$l2jz_access['item']['info']=0;
$l2jz_access['item']['main']=0;
$l2jz_access['item']['drop']=0;
$l2jz_access['item']['sell']=0;
$l2jz_access['item']['owners']=300;
$l2jz_access['monsters']['type']=0;
$l2jz_access['monsters']['search']=0;
$l2jz_access['monster']['main']=0;
$l2jz_access['monster']['drop']=0;
$l2jz_access['monster']['sell']=0;
$l2jz_access['skills']['class']=0;
$l2jz_access['skills']['player']=100;
$l2jz_access['map']['main']=0;
$l2jz_access['map']['player']=0;
$l2jz_access['map']['search_player']=0;
$l2jz_access['map']['monster']=0;
$l2jz_access['map']['search_monster']=0;
$l2jz_access['map']['chars_online']=0;
$l2jz_access['quick_ask']['char_search']=100;
$l2jz_access['quick_ask']['item_search']=100;
$l2jz_access['quick_ask']['mob_search']=100;
#-------------------------------------
# Access configuration - ACTIONS
#-------------------------------------
//CHAR
$l2jz_access['action']['change_char_builder']=400;
$l2jz_access['action']['change_char_class']=400;
$l2jz_access['action']['send_whisper_to_char']=100;
$l2jz_access['action']['kick_char']=400;
$l2jz_access['action']['teleport_char']=400;
//ACCOUNT
$l2jz_access['action']['change_account_password']=400;
$l2jz_access['action']['change_account_builder']=400;
//ITEM
$l2jz_access['action']['add_item_to_char']=400;
$l2jz_access['action']['delete_item']=400;
$l2jz_access['action']['change_item_count']=400;
$l2jz_access['action']['enchant_item']=400;
//MONSTER
$l2jz_access['action']['add_item_to_shop']=400;
$l2jz_access['action']['delete_item_from_shop']=400;
$l2jz_access['action']['add_item_to_drop']=400;
$l2jz_access['action']['delete_item_from_drop']=400;
//SERVER
$l2jz_access['action']['set_announce']=400;
$l2jz_access['action']['set_announce_to_gms']=400;
$l2jz_access['action']['restart_server']=400;
$l2jz_access['action']['shutdown_server']=400;
$l2jz_access['action']['abort_server']=400;
//L2JZ
$l2jz_access['action']['register_user']=0;
$l2jz_access['action']['login_user']=0;
$l2jz_access['action']['exit_user']=0;
?>
Всё работает.