Unable to connect to realm list server menu

User Tag List

Results 1 to 3 of 3
  1. #1
    Tomatsuppen's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unable to connect to realm list server

    Hello MMOWNED.

    I have been looking for people who had the same problem as me, I did read alot of connection problem guides. But this problem is something else.

    I did setup a mangos server on my dedicated server today and a account creation page.

    Everything seems to communicate just fine. The account page status info about the server is active and working, when you sign up for an account it is working.

    But when I log into the server I get this message "Unable to connect to realm list server"

    I did try to edit the configs in many ways, once I ended up by having the server to log me in, at realm selection screen I just get a realm loop everytime i tried to enter it.

    I did setup a server yesterday too, the correct same way it works fine. I will post my config files for you to see 2 sec.
    Last edited by Tomatsuppen; 03-17-2009 at 12:27 PM.

    Unable to connect to realm list server
  2. #2
    Tomatsuppen's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    ############################################
    # MaNGOS realmd configuration file         #
    ############################################
    ConfVersion=2007062001
    
    ###################################################################################################################
    # REALMD SETTINGS
    #
    #    LoginDatabaseInfo
    #        Database connection settings for the realm server.
    #        Default: hostname;port;username;password;database
    #                 .;somenumber;username;password;database - use named pipes at Windows
    #                       Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    #                 .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    #                       Unix sockets: experimental, not tested
    #
    #    LogsDir
    #         Logs directory setting.
    #         Important: Logs dir must exists, or all logs be disable
    #         Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be
    #                       stored in current directory for run program.
    #
    #    MaxPingTime
    #         Settings for maximum database-ping interval (minutes between pings)
    #
    #    RealmServerPort
    #         Default RealmServerPort
    #
    #    BindIP
    #         Bind Realm Server to IP/hostname
    #
    #    PidFile
    #        Realmd daemon PID file
    #        Default: ""             - do not create PID file
    #                 "./realmd.pid" - create PID file (recommended name)
    #
    #    LogLevel
    #        Server console level of logging
    #        0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #        Default: 0
    #
    #    LogTime
    #        Include time in server console output [hh:mm:ss]
    #        Default: 0 (no time)
    #                 1 (print time)
    #
    #    LogFile
    #        Logfile name
    #        Default: "Realmd.log"
    #                 "" - empty name disable creating log file
    #
    #    LogTimestamp
    #        Logfile with timestamp of server start in name
    #        Default: 0 - no timestamp in name
    #                 1 - add timestamp in name in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
    #
    #    LogFileLevel
    #        Server file level of logging
    #        0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #        Default: 0
    #
    #    LogColors
    #        Color for messages (format "normal_color details_color debug_color error_color)
    #        Colors: 0 - BLACK, 1 - RED, 2 - GREEN,  3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 -  CYAN, 7 - GREY,
    #                8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
    #        Default: "" - none colors
    #                 "13 7 11 9" - for example :)
    #
    #    UseProcessors
    #        Used processors mask for multi-processors system (Used only at Windows)
    #        Default: 0 (selected by OS)
    #                 number (bitmask value of selected processors)
    #
    #    ProcessPriority
    #        Process proirity setting (Used only at Windows)
    #        Default: 1 (HIGH)
    #                 0 (Normal)
    #
    #    RealmsStateUpdateDelay
    #        Realm list Update up delay (updated at realm list request if delay expired).
    #        Default: 20
    #                 0  (Disabled)
    #
    #    WrongPass.MaxCount
    #        Number of login attemps with wrong password before the account or IP is banned
    #        Default: 0  (Never ban)
    #
    #    WrongPass.BanTime
    #        Duration of the ban in seconds (0 means permanent ban)
    #        Default: 600
    #
    #    WrongPass.BanType
    #        Ban the IP or account on which login is attempted
    #        Default: 0 (Ban IP)
    #                 1 (Ban Account)
    #
    ###################################################################################################################
    
    LoginDatabaseInfo = "127.0.0.1;3306;root;PW;realmd"
    LogsDir = ""
    MaxPingTime = 30
    RealmServerPort = 3724
    BindIP = "0.0.0.0"
    PidFile = ""
    LogLevel = 0
    LogTime = 0
    LogFile = "Realmd.log"
    LogTimestamp = 0
    LogFileLevel = 0
    LogColors = ""
    UseProcessors = 0
    ProcessPriority = 1
    RealmsStateUpdateDelay = 20
    WrongPass.MaxCount = 0
    WrongPass.BanTime = 600
    WrongPass.BanType = 0
    Code:
    ###################################################################################################################
    
    RealmID = 1
    DataDir = "C:\Mangos\Data"
    LogsDir = ""
    LoginDatabaseInfo     = "127.0.0.1;3306;root;PW;realmd"
    WorldDatabaseInfo     = "127.0.0.1;3306;root;PW;mangos"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;PW;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "0.0.0.0"
    
    ###################################################################################################################
    The hostfile is correct setup so localhost = my dyndns

  3. #3
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    set realmlist 127.0.0.1 or in a case of friends cant connect make the

    OR IF YOUR FRIENDS CANT CONNECT CHANGE TO THFE FOLLOWING


    Red=make host name
    Code:
    ############################################
    # MaNGOS realmd configuration file         #
    ############################################
    ConfVersion=2007062001
    
    ###################################################################################################################
    # REALMD SETTINGS
    #
    #    LoginDatabaseInfo
    #        Database connection settings for the realm server.
    #        Default: hostname;port;username;password;database
    #                 .;somenumber;username;password;database - use named pipes at Windows
    #                       Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    #                 .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    #                       Unix sockets: experimental, not tested
    #
    #    LogsDir
    #         Logs directory setting.
    #         Important: Logs dir must exists, or all logs be disable
    #         Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be
    #                       stored in current directory for run program.
    #
    #    MaxPingTime
    #         Settings for maximum database-ping interval (minutes between pings)
    #
    #    RealmServerPort
    #         Default RealmServerPort
    #
    #    BindIP
    #         Bind Realm Server to IP/hostname
    #
    #    PidFile
    #        Realmd daemon PID file
    #        Default: ""             - do not create PID file
    #                 "./realmd.pid" - create PID file (recommended name)
    #
    #    LogLevel
    #        Server console level of logging
    #        0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #        Default: 0
    #
    #    LogTime
    #        Include time in server console output [hh:mm:ss]
    #        Default: 0 (no time)
    #                 1 (print time)
    #
    #    LogFile
    #        Logfile name
    #        Default: "Realmd.log"
    #                 "" - empty name disable creating log file
    #
    #    LogTimestamp
    #        Logfile with timestamp of server start in name
    #        Default: 0 - no timestamp in name
    #                 1 - add timestamp in name in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
    #
    #    LogFileLevel
    #        Server file level of logging
    #        0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #        Default: 0
    #
    #    LogColors
    #        Color for messages (format "normal_color details_color debug_color error_color)
    #        Colors: 0 - BLACK, 1 - RED, 2 - GREEN,  3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 -  CYAN, 7 - GREY,
    #                8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
    #        Default: "" - none colors
    #                 "13 7 11 9" - for example :)
    #
    #    UseProcessors
    #        Used processors mask for multi-processors system (Used only at Windows)
    #        Default: 0 (selected by OS)
    #                 number (bitmask value of selected processors)
    #
    #    ProcessPriority
    #        Process proirity setting (Used only at Windows)
    #        Default: 1 (HIGH)
    #                 0 (Normal)
    #
    #    RealmsStateUpdateDelay
    #        Realm list Update up delay (updated at realm list request if delay expired).
    #        Default: 20
    #                 0  (Disabled)
    #
    #    WrongPass.MaxCount
    #        Number of login attemps with wrong password before the account or IP is banned
    #        Default: 0  (Never ban)
    #
    #    WrongPass.BanTime
    #        Duration of the ban in seconds (0 means permanent ban)
    #        Default: 600
    #
    #    WrongPass.BanType
    #        Ban the IP or account on which login is attempted
    #        Default: 0 (Ban IP)
    #                 1 (Ban Account)
    #
    ###################################################################################################################
    
    LoginDatabaseInfo = "127.0.0.1;3306;root;PW;realmd"
    LogsDir = ""
    MaxPingTime = 30
    RealmServerPort = 3724
    BindIP = "0.0.0.0" <--- NEEDS TO BE YOUR HAMACH IP IF ON HAMACH!
    PidFile = ""
    LogLevel = 0
    LogTime = 0
    LogFile = "Realmd.log"
    LogTimestamp = 0
    LogFileLevel = 0
    LogColors = ""
    UseProcessors = 0
    ProcessPriority = 1
    RealmsStateUpdateDelay = 20
    WrongPass.MaxCount = 0
    WrongPass.BanTime = 600
    WrongPass.BanType = 0
    Code:
    ###################################################################################################################
    
    RealmID = 1
    DataDir = "C:\Mangos\Data"
    LogsDir = ""
    LoginDatabaseInfo     = "127.0.0.1;3306;root;PW;realmd"
    WorldDatabaseInfo     = "127.0.0.1;3306;root;PW;mangos"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;PW;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "0.0.0.0" <--- NEEDS TO BE YOUR HAMACH IP IF ON HAMACH!
    
    ###################################################################################################################

Similar Threads

  1. Unable to Connect to realm list server
    By nickelo in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 09-01-2008, 12:49 PM
  2. unable to connect to realm list server
    By megachristron in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 07-11-2008, 08:09 PM
  3. MaNGOS - Unable to connect to realm list server
    By GLaDOS1337 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 06-26-2008, 01:47 PM
  4. "Unable to connect to realm list server" Please help???
    By pioneer1337 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 03-10-2008, 01:51 PM
  5. Unable to connect to realm list server
    By Chuck Norris in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 02-05-2008, 09:26 PM
All times are GMT -5. The time now is 04:06 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search