Main Website RSS FeedCurrent Article

How to set up public WoW Server

Because many people still having problem on setting up their own World of Warcraft server to be accessible by public, i’ve decided to rewrite the guide again (perhaps the previous guide on setting up wow server for lan party a little bit hard to understand for some people or probably because i didn’t write it clearly) … hopefully this new guide can help you on setting up your wow server to be accessible by public and more easier to understand despite my bad english language

So here goes the guide :

Requirements :

1. Know how to set up port forwarding (very important if you’re behind router or no one will be able to access your wow server no matter what you do) … but since every router has their own configuration page, i’d suggest you to read your router manual on how to configure it

Linksys AG241 and Aztech DSL600EU

btw i’m using Linksys AG241V2 and Aztech DSL600EU as seen on above image

2. Know how to configure firewall to allow connection on specific port, as a note Windows XP built-in Firewall is enabled by default (Windows Firewall) … btw if it’s for me i’m using Ghostwall as my personal firewall

3. DNS Name for your WoW server to make things easier and you can get it for free from Dyndns.com, no-ip.com, etc

4. Your friend to test whether it works or not :P

Let’s start the guide :

PART 1. Find your public IP Address

1. First you’ll need to go into whatismyip.com to get your public ip address (public ip address is ip address that is broadcasted while you were browsing / doing any internet activity)

What is my ip

PART 2. Get a DNS Name

2. Now you’ll need to pay a visit to various dynamic dns service to get your free name, but since it’ll be very long if i write the detailed process here, so i’ll leave that to you to decide what your dns name going to be, and in this example i’m going to call the wow server, mycoolwowserver.com

PART 3. Using Reaper Mangos to configure realmd

3. For the third steps you just need to run the reaper-x-mangos inside the reaper-eazy-mangos directory and choose option 5 like below for an example

Reaper Eazy Mangos

Now you can just simply ignore the message that is basically saying that you need to write your LAN IP Address (well … creating public server is against mangos terms of use) :P … and write your wowserver dns name that you get from Dynamic DNS Service (in this example i’m using mycoolwowserver.com which is a fake name of course) and followed by writing your desired Realm Name

Realmd ip address

(click the image to see the full size)

Now we’re done with the Mangos part but don’t start mangosd.exe and realmd.exe process yet, because we need to configure your router first

PART 4. Find your LAN IP Address and your Router IP Address

4. Now for this step, you’ll need to find what is your router ip address and your LAN IP Address that is connected to your router, this can be done by :

  1. Double clicking on your active connection status on Windows System Tray (the area near clock) or
  2. from Control Panel » Network Connection » and double clicking on your Ethernet Card listed there or
  3. Browse to any website and lookup your active connection status by typing netstat -n via the command prompt and look at the local address followed by typing netstat -rn

See example image below :

Connection status

Now based from the above image, you can get your router ip address and your lan ip address that is connected to your router. And in this case the router ip address is 192.168.1.1 while the ethernet ip address is 192.168.1.2

PART 5. Set up Port Forwarding

5. After getting your router ip address now we need to open it’s configuration page by simply typing 192.168.1.1 at your address bar of your internet browser

Note: Screenshot were taken from my Linksys AG241V2 router (click the image to see full size)

Portforward Linksys AG241

The default port used by Realmd is 3724 while the default port for World is 8085, now … since we have that information … we can set up port forwarding by writing that value into your router configuration page at port forwarding section … and we’re done configuring our router … but wait …

Since every router have their own configuration page, i’d suggest you to look at your router manual on how to set up port forwarding on your router or you can also visit portforward.com if you need help on setting up port forwarding

PART 6. Configuring Windows Firewall

Although i’m not using Windows Firewall as stated before at the requirements section, i’ve decided to write a guide on how to configure your windows firewall to allow connection to your computer for your World of Warcraft server purpose … because … most people seems to not have installed 3rd party firewall and i’m thinking probably they still use Windows Firewall … but let’s get back to the topic shall we ? :)

Note: This is based from Windows XP SP2, and i can’t remember if there’s configuration like below on Windows XP SP1 or below because of the same reason i stated before

6. Now you need to go into Control Panel » Windows Firewall and make sure that Don’t allow exceptions is unchecked

Windows firewall general tab

Then you’ll need to open the Exceptions tab, and then click on Add Port and add value as shown below and click OK

Realmd exception on Windows Firewall

and then click on Add Port again and this time write below value

Exclude World Server from Windows Firewall

And then Click OK and then Click OK again to leave the Windows Firewall Configuration Window, and we’re done configuring Windows Firewall :)

If you’re using other Firewall, then you’ll need to configure it as shown above

PART 7. Port Scanning

Now we need to use online port scanner to test whether the port is accessible from the internet or not, and we can do this by using uTorrent Port Scanner (simple but useful) and the steps to do these are :

1. Start Realmd.exe and Mangosd.exe process (do not run WoW.exe yet, or in other words don’t run world of warcraft yet)

2. Go to below url to scan your pc :

http://www.utorrent.com/testport.php?port=3724

http://www.utorrent.com/testport.php?port=8085

3. See if you get message that is saying your port is open or not (you’ll get two results)

Portscan

4. If you get the above message that means you’ve finished creating your own wow server to be accessible from the internet … Congrats! … but wait there’s still one more step for you to do ;)

PART 8. Editing Windows HOSTS File

Now you need to edit your Windows HOSTS file located at C:\Windows\system32\drivers\etc\hosts and add below line after everything else (do not replace any value there)

192.168.1.2 mycoolwowserver.com

or in this format :

lanipaddress dnsname

and that’s it you’re finished (seriously) :D

I’m still having problem even after doing all of the above steps!

Usually if you still having problem probably that’s because :

  1. You didn’t set up port forwarding properly
  2. You didn’t configure your firewall properly
  3. The default realmd port (3724) conflict with Blizzard Updater (Blizzard Updater use P2P to transfer update data by default unless you disable it to let it only update from HTTP Protocol on Blizzard server) or conflict with other program

For most people it seems number 3 is the source of their problem, so try doing these :

1. Open Realmd.conf and search for 3724 and then replace it with another value (above 10000 to be safe) and then continue setting up port forwarding, etc (from Step number 5 in this guide until finish) for the new port value

2. Then open realmlist.wtf file on your World of Warcraft Directory and change the realmlist to use the new port (if you’re not using default port then you’ll need to write the port used by your realmd process too or else your friend or you won’t be able to connect to your own server)

here’s an example of what the realmlist.wtf file should look like if you changed your realmd port from it’s default value :

set realmlist mycoolwowserver:9999

at the above example the realmd port is set to 9999, if you use another value then make sure to use that value instead

That’s it hopefully this new guide can help you on setting up your own World of Warcraft Server for … erm LAN Party :P and i didn’t miss anything

RSS Feed for This Post243 Comment(s)

  1. 1
    Aznex | Feb 4, 2008 at 17:26 / 5:26 PM | Links to this comments | Reply

    I hope you guys having trouble with it will be able to do it this time ;)

  2. 2
    Reaper-X | Feb 4, 2008 at 17:40 / 5:40 PM | Links to this comments | Reply

    Wow now that was the fastest comment i ever received lol

  3. 3
    justin484 | Feb 4, 2008 at 22:51 / 10:51 PM | Links to this comments | Reply

    Awesome guide Reaper! I was having alot of trouble setting up my server but through alot of trial and error I got it running a few days ago. This tutorial would've definately cut back on my frustration. As always, great work.

  4. 4
    imnotleet | Feb 4, 2008 at 23:27 / 11:27 PM | Links to this comments | Reply

    Hey Reaper,

    Good job with all the guides! You're doing a great job in spreading mangos.

    I have a request for a guide. This guide would be how to set up a mangos website, so people can create accounts. There is no simple guide on it, only on ascent servers.

    Thanks in advance.

  5. 5
    steveya | Feb 5, 2008 at 2:26 / 2:26 AM | Links to this comments | Reply

    Thanks reaper,

    I see you didnt reply to my second email but dont bother yet. I'm going to try this first :). Thanks again,

    Steve

  6. 6
    steveya | Feb 5, 2008 at 2:27 / 2:27 AM | Links to this comments | Reply

    #imnotleet

    theirs already a guide by reaper-x for that. just go to the old public server guide and click look for the first set of italics. you'll see it from their

    Steve

  7. 7
    Heathen | Feb 5, 2008 at 3:10 / 3:10 AM | Links to this comments | Reply

    Thanks for all the great time saving tools. The SQL update queries work great.

    Do you know if there are any other private wow servers besides mangos?

  8. 8
    steveya | Feb 5, 2008 at 3:45 / 3:45 AM | Links to this comments | Reply

    YAY, it works :)

    i figured out what my problem was before. email me (steveya@hotmail.co.uk)if you want to know how to fix 'Logging into game server' problem if you havent already :)

    Steve :)

  9. 9
    Pranny | Feb 5, 2008 at 5:51 / 5:51 AM | Links to this comments | Reply

    Ok i really dont get it ... i have followed tutorials on how to port forward on my modem, even downloaded a step by step audio walk through .... and i have done it right, but yet it still dont want to work .... does anyone have the BT Home Hub ... and wish to share any knowledge on why it wont work??

    Cheers

  10. 10
    Remz | Feb 5, 2008 at 7:43 / 7:43 AM | Links to this comments | Reply

    I feel dumb but do i need a wireless router in order to complete this guide? If not do i just skip the portforwarding?

  11. 11
    Thomas | Feb 5, 2008 at 15:48 / 3:48 PM | Links to this comments | Reply

    hey

    good job but i have one problem as people log in to my server they see no character in the characterlist. i see them in my dos screen but not in the game.
    please help me.

  12. 12
    Sephiroth | Feb 5, 2008 at 15:58 / 3:58 PM | Links to this comments | Reply

    @pranny

    While I was in the UK i was running a server through BT myself. The only thing you have to do is forward the port like any other router...there really isnt anything else special you have to do

  13. 13
    Reaper-X | Feb 5, 2008 at 17:51 / 5:51 PM | Links to this comments | Reply

    # Thomas

    ah im sure that because the blizzard updater use port 3724 (incoming / listening) and realmd also use 3724 (incoming / listening) which makes the updater think you're serving the update files via p2p network that is being used by bliz updater on that port

    to fix it :

    1. Disable blizzard updater (use only http download not the p2p updater) from blizzard updater config or

    2. change the realmd port into another value ;)

  14. 14
    knight00011 | Feb 5, 2008 at 19:34 / 7:34 PM | Links to this comments | Reply

    @Remz

    Yes you will need a high end wireless router to have your server go public I will recommend the N. Just joking you can use any router to get the job done the only reason you need a wireless router is if you have a laptop you do not want to hook up via LAN cable. Also you still need to portforward it's not that hard and just as mention above use http://www.portforward.com to setup your router they have tons and tons of router setup's. Also if you have a firewall on the pc that's running the private server make sure that your firewall is setup as well to let those port's be ok to bypass if you do not you can search your firewall website most not all will show you how to make a port be forward. Hope this helped you.

  15. 15
    Pranny | Feb 5, 2008 at 21:03 / 9:03 PM | Links to this comments | Reply

    @ Sephiroth

    see i have looked at many tutorials, and i have done exactly what they say, however it just does not, wish to work ... i have opened the ports on my firewall aswell, however i am still getting the fact the port is closed to the outside world, thats why i was wondering if i had done anything wrong ... or there was somethign speical to do ...

  16. 16
    Thomas | Feb 6, 2008 at 4:24 / 4:24 AM | Links to this comments | Reply

    thank you very much. the strange thing is that i don't have that problem with the early version of wowmangos. but i go to tried to change the port.

    Thomas

  17. 17
    Frank J | Feb 6, 2008 at 6:26 / 6:26 AM | Links to this comments | Reply

    I've been trying for 6 weeks to get a WoW server running, and my conclusion is.......

    Setting up and running a WoW server is NOT possible, 10 years ago maybe, but unless a Blizzard employee is bribed to obtain their server software, it will NOT be, and never will be possible to run a private WoW server, if anyone believes any of the instructions on any site, they are being lied to, and is wasting their time trying.

  18. 18
    Preacher | Feb 6, 2008 at 11:58 / 11:58 AM | Links to this comments | Reply

    Reaper hell of a job on the helping with mangos i gots one qustion, do you know or could you tell me the programe that lets me make iteams venders with items or how to make portals to say gmisland im going public with my server and want my shopping mall to be open to every one

  19. 19
    steveya | Feb 6, 2008 at 14:34 / 2:34 PM | Links to this comments | Reply

    #Frank J

    creating a private server is hard, yes, you do come across bits that dont work all the time BUT this one does work and others out their probaly do as well... try it out first and look to see if anyone else has got the same problem as you and (maby) its be answered.

    Steve

  20. 20
    Thomas | Feb 6, 2008 at 15:26 / 3:26 PM | Links to this comments | Reply

    I set up a private server with no problems. this guide is very good. Thank you Reaper-X.
    It is possible to make a wow server. The only thing is that they are a few bugs but that is not a big problem. Conclusion setting up a private server is possible.

    Thomas

  21. 21
    Sephiroth | Feb 6, 2008 at 16:27 / 4:27 PM | Links to this comments | Reply

    @pranny

    hmm i dont recall me having to do anything to special...have you also forwarded the port through the windows firewall as well? and i can only assume you have designated a path in your mysql to have an ip designated to that realm. I know my set up needed 3 seperate connections. had one for me to enter on the 127.0.0.1, one for the laned computers, and one for outsiders coming in. if you have both those ports forwarded an such, shouldnt be an issue. and make sure you have the udp/tcp thing correctly setted as well i suppose.

    Otherwise you can directly call up BT and be like..i need this port forwarded for a game...but its not working...WTF!?!??? and make sure you put more question marks when you talk to them so they dont think your screaming at them xD!!!! But seriously I do not remember havin to much trouble getting people in. just make sure really that there realm list is set to whatever your ip is (http://whatismyip.com/ to check it) and you SHOULD be golden. I am assuming you are able to get in fine on your computer using 127.0.0.1 and such as well and that your server is up an running without a hitch.

  22. 22
    Sephiroth | Feb 6, 2008 at 16:29 / 4:29 PM | Links to this comments | Reply

    @Frank J

    I guess tell that to the ppl that run around on my private server xD and its updated at the current version. only takes about 2-3 hours to set up an that just comes with the extraction of the maps an so forth. otherwise it takes about 10min to set up ^^

  23. 23
    Frank J | Feb 7, 2008 at 1:32 / 1:32 AM | Links to this comments | Reply

    If people say it can be done, then why haven't they created a fully working package, with the correct mangos version including the correct version of WoW, that works, also compressed, and made available for people to download, that way, then people don't get confused as to what version of mangos works with what version of WoW client.

    Simply create a working package, that can be downloaded, installed, and only 2 config files changed, and hey presto an out-of-the-box, working WoW server, otherwise people are going to get confused as to what version of mangos should be used with what version of WoW clients.

    There is nothing on this site to say what version of mangos is to be used with what version of WoW client.

    The reason I said it's not possible to run a WoW server now, is because the current client version is 2.3.0 and there are 2 files that mangos needs for map extraction, that are not present in the current version, plus, there's a lot of map id's that are also not present, therefore, running a WoW server is NOT possible.

  24. 24
    Frank J | Feb 7, 2008 at 1:58 / 1:58 AM | Links to this comments | Reply

    Addendum to last post.....

    The 2 files that are needed for correct map extraction are:-

    c:\program files\world of warcraft\data\patch-2.MPQ

    c:\program files\world of warcraft\data\expansion.MPQ

    Those files are NOT present in the current version.

    The only 2 files present in the data directory are:-

    common.MPQ
    patch.MPQ

    what version of the client contains the patch-2.MPQ and expansion.MPQ files? which leads us back to knowing what version of mangos can be correctly used with what version of WoW client? and where to find the matching WoW clients for the matching mangos software?, none of this is explained anywhere on the net.

  25. 25
    Sephiroth | Feb 7, 2008 at 3:30 / 3:30 AM | Links to this comments | Reply

    @Frank J

    The wow client is 2.3.3 and Reaper-X has his own build in a sense of the mangos server. And you have to remember that it is not legal to have an out of the box version if you will. All of this is for educational purpose and such. And the fact havin an out of box version would be over a 10gig file i do believe so that would be a huge download..where this way its quick and efficient for those learning. Atleast thats how i see it

  26. 26
    steveya | Feb 7, 2008 at 3:34 / 3:34 AM | Links to this comments | Reply

    #Frank J

    patch 2.3.2 has the patch-2.MPQ and expansion.MPQ files in it. I know becuase when i was extracting the dbc files with it, nothing came up saying they were missing.

    btw, the current WoW clinet it 2.3.3 and its been off 2.3.0 for months now.

    STOP complaining and relise that just becuase it doesnt work for you and a few other people prehaps, doesnt mean you should go round complaining to everyone with the wrong info (patch)

    Steve

  27. 27
    Sephiroth | Feb 7, 2008 at 3:34 / 3:34 AM | Links to this comments | Reply

    Also to add from me previous comment, depending on the emulator and personal preference is what version of mangos / acent / whatever you want to use is. Also if people build custom content, then that would require a custom build as well. As i said the learning process is what this is all about. There is a version of out of the box wow server but you gotta pay monthly for it ^^ otherwise this is the best an most efficient way to do things. And this is one of the best sites to keep in tuned with which version is running with what mangos and such. If you did not want to update i suppose you could stay with one version of mangos. I know some people still play on the 1.12 versions an even initial release cause they prefer it.

  28. 28
    steveya | Feb 7, 2008 at 3:35 / 3:35 AM | Links to this comments | Reply

    #Frank J

    i've just looking in my /World of warcraft/data directory and it has all of the needed files. this is on 2.3.3 version of WoW.

    Steve

  29. 29
    Nigelxp | Feb 7, 2008 at 5:15 / 5:15 AM | Links to this comments | Reply

    Hey, I have a question.
    How do i get Npc's back after they have been deleted with the GM command .del?? because some ******** Deleted some Npc's who where important for quests and had a path they would follow that would make them walk through by example ironforge and if i just .addspw a npc they wont move wich is pretty normal so plz help!

  30. 30
    Frank J | Feb 7, 2008 at 5:25 / 5:25 AM | Links to this comments | Reply

    I don't know how you can jump to a not yet available WoW version (2.3.3)?, because the CURRENT version IS 2.3.0 and NO those 2 files are NOT in the current version.

    I have uploaded my entire data folder to an ftp server, if anyone can find those 2 files, then they have pre-cognitive vision, and can see things that are not there.

    The data folder is from a complete fresh install of a recently purchased version (wow.exe version 2.3.0.7561), with no mods, edits, or renames.

    Access to the ftp server is:-

    host = http://ftp.tezandbabs.net
    user = wow
    password = 976431

  31. 31
    Frank J | Feb 7, 2008 at 5:27 / 5:27 AM | Links to this comments | Reply

    ftp url edit.....

    host = ftp://ftp.tezandbabs.net

  32. 32
    steveya | Feb 7, 2008 at 14:29 / 2:29 PM | Links to this comments | Reply

    #Frank J

    if 2.3.3 isnt avalible, how come so many people have got it? how come reaper-x has managed to put out MaNGOS guides for it? (http://www.reaper-x.com/2008/02/02/reaper-mangos-5116-with-scriptdev2-247-easy-wow-private-server-compatible-with-wow-233/ http://www.reaper-x.com/2008/01/20/reaper-mangos-5054-easy-wow-private-server-for-wow-232-critical-update/)

    I can even give you a link for a .torrent file for patch 2.3.3: http://www.warezquality.com/download_world%2Bof%2Bwarcraft%2Bpatch%2B2%2B3%2B3_fullversion.html

    Steve

  33. 33
    Sephiroth | Feb 7, 2008 at 14:55 / 2:55 PM | Links to this comments | Reply

    @Frank J

    I still dont get how you do not have 2.3.3 ... I took a screen shot of my server if it helps to prove that there is 2.3.3

    http://img.photobucket.com/albums/v141/dklord316/WoWScrnShot_020708_024747.jpg

    http://img.photobucket.com/albums/v141/dklord316/WoWScrnShot_020708_025515.jpg

    Unless the euro version is just more advanced then the american one. But that would make absolutely no sense in anyway shape or form...

  34. 34
    Beat | Feb 7, 2008 at 20:12 / 8:12 PM | Links to this comments | Reply

    FrankJ, I highly doubted I could set it up myself. Its hard and you do run into errors ocasionally. The files in question do not exist in WoW 2.3.0 you are correct, however If you read the tutorial for Revision 4875 it explains that these are not required for a 2.3.0 Server (which what im currently running)
    The latest WoW version is 2.3.3 (I thought it was 2.3.2 till this morning.)

    If you want to run a 2.3.0 server, use the same revision I have tried.
    [url=http://www.reaper-x.com/2007/12/21/reaper-mangos-4875-easy-wow-private-server-for-wow-230/]>>HERE<<[/url]

  35. 35
    Beat | Feb 7, 2008 at 20:13 / 8:13 PM | Links to this comments | Reply

    guess this site doesnt like BBcode. DOH!

    Heres the web url.
    http://www.reaper-x.com/2007/12/21/reaper-mangos-4875-easy-wow-private-server-for-wow-230/

  36. 36
    Travis | Feb 7, 2008 at 23:16 / 11:16 PM | Links to this comments | Reply

    Hi

    I do not have a router, so do i need to do the port forwarding? I have the Realmd and World ports setup properly in Windows Firewall.

  37. 37
    Venom | Feb 8, 2008 at 1:52 / 1:52 AM | Links to this comments | Reply

    my ports arent open, dunno why:(

  38. 38
    Travis | Feb 8, 2008 at 1:54 / 1:54 AM | Links to this comments | Reply

    #Venom

    I ran into the same problem, but after trying different things, I found out that you have to run the mangosd.exe and the realmd.exe files before you check to see if the ports are open. That should help.

  39. 39
    Frank J | Feb 8, 2008 at 8:41 / 8:41 AM | Links to this comments | Reply

    Well, it seems even with the mangos version for WoW client 2.3.0, there are still maps missing that's needed by mangosd.exe:-

    Check existing of map file 'c:/mangos/data/maps/5301243.map': not exist!

    Correct *.map files not found in path 'c:/mangos/data/maps' or *.vmap/*vmdir fil
    es in 'c:/mangos/data/vmaps'. Please place *.map/*.vmap/*.vmdir files in appropr
    iate directories or correct the DataDir value in the mangosd.conf file.

    the datadir IS correct, and all maps have been extracted with no errors, the vmaps and dbc have all been extracted with no errors, but there are still some missing maps which stops mangosd from running correctly.

  40. 40
    Frank J | Feb 8, 2008 at 8:43 / 8:43 AM | Links to this comments | Reply

    If need be I can upload the mangos/data folders to an ftp server for anyone to examine.

  41. 41
    Frank J | Feb 8, 2008 at 9:24 / 9:24 AM | Links to this comments | Reply

    Or,,,, if anyone has the already successful data folder for client 2.3.0, containing the folders, maps, vmaps and dbc, then they can be uploaded to my ftp server.

    host = ftp://ftp.tezandbabs.net
    user name = wow
    password = 976431

    I have deleted to previous data folder to nake room for any uploads.

    I have also uploaded the extracted maps, vmaps and dbc to the ftp server for examination.

  42. 42
    steveya | Feb 8, 2008 at 15:22 / 3:22 PM | Links to this comments | Reply

    #Frank J

    just get patch 2.3.3 and you have proof of photos that its out ( http://www.reaper-x.com/2008/02/04/how-to-set-up-public-wow-server/#comment-73699 ) and then use reaper-x mangos 5116. then see if u have the problems

    Steve

  43. 43
    Frank J | Feb 8, 2008 at 22:52 / 10:52 PM | Links to this comments | Reply

    Well it seems that same map file (c:/mangos/data/maps/5301243.map) is still missing even when patched to 2.3.3 which means mangosd v5116 still won't work unless that map is made available, which leads us back to, if anyone has successfully extracted ALL required maps, then can they upload it to my ftp server? That way ALL maps would be found by mangosd.

  44. 44
    Frank J | Feb 8, 2008 at 23:46 / 11:46 PM | Links to this comments | Reply

    I bet nobody has guessed, the map files that are missing are from the BC expansion pack, (expansion.MPQ) which nobody suggested obtaining, which is also required by the map extractor.

  45. 45
    steveya | Feb 9, 2008 at 1:29 / 1:29 AM | Links to this comments | Reply

    #Frank J

    i'll upload the maps to the ftp server then, btw their about 1-2g.

    Steve

  46. 46
    steveya | Feb 9, 2008 at 1:34 / 1:34 AM | Links to this comments | Reply

    #Frank J

    it'll take about 8 hours acording to my computer

    steve

  47. 47
    steveya | Feb 9, 2008 at 1:40 / 1:40 AM | Links to this comments | Reply

    #Frank J

    i just remembered something.... go to mangos.conf and it should say in one of the first parts:

    # Allow server use expansion content
    # 0 (not check expansion maps existence, not allow wisit its, not allow create new race characters, ignore account expansion setting)
    # Default: 1 (check expansion maps existence, and if client support expansion and account have expansion setting then allow visit expansion maps, allow create new races character)
    Expansion = 1

    change Expansion = 1 to:

    Expansion = 0

    and that should make mangos work without using the missing files :)

    Steve

  48. 48
    Frank J | Feb 9, 2008 at 5:47 / 5:47 AM | Links to this comments | Reply

    After obtaining the expansion.MPQ file, I re extracted the maps, vmaps, and dbc files, now it works fine, but I need a web interface for users to create their own accounts, also how can all this be run from a cli linux server?

    I have everything running in windows, but I want to be able to run the server files on a dedicated linux server that I have running, so that I don't have to keep my windows pc powered on 24/7.

  49. 49
    Frank J | Feb 9, 2008 at 5:49 / 5:49 AM | Links to this comments | Reply

    #steveya

    Thanks for offering to upload your files.

    As my last post, I have it running now.

  50. 50
    Rick | Feb 9, 2008 at 13:05 / 1:05 PM | Links to this comments | Reply

    Frank J, you are really an idiot.. told repeatedly that you had an older version of WoW, didn't BELIEVE that 2.3.3 existed when you could go to Blizzard's official site and get it yourself, and that STUPID idiotic speech you had about how it's impossible to set up a WoW server, just because YOU couldn't do it. Lots of people have one. You're just an idiot, and a complainer. I've known people like you before, and I *HATE* them. Jeez.. Idiot kept talking about 2.3.0 even after several people told you about and showed you definitive proof that you were operating under the wrong version...

    And to top it all off, you never admitted that you were wrong, you just let it slide, I'm guessing, because you were embarrassed yet still wanted help. Which you don't deserve.

    Rick M.

  51. 51
    Rick | Feb 9, 2008 at 13:09 / 1:09 PM | Links to this comments | Reply

    For the record, most of us have had problems in setting up our servers. In fact, Reaper-X's MaNGOS guide was the fifth one I tried, and up until then, none of them would work. (It works great now.) And we get frustrated. But c'mon...

  52. 52
    steveya | Feb 9, 2008 at 15:19 / 3:19 PM | Links to this comments | Reply

    #Frank J

    see, some do work :) for the web thingy, go to reaper-x's old guide (link at top of page) and look for something in italics saying:

    The Fourth part is all about Installing and Setting up Apache Webserver with PHP

    and click on the link. follow that guide.

    Steve

  53. 53
    Sephiroth | Feb 9, 2008 at 15:37 / 3:37 PM | Links to this comments | Reply

    @Rick
    No worries...2.4 is on its way! so everything shall change again! xD *cheers*

  54. 54
    dave | Feb 10, 2008 at 0:18 / 12:18 AM | Links to this comments | Reply

    lol sorry just reading the first paragraph....Reaper your english is fine its people's comprehension that is sad

  55. 55
    Frank J | Feb 10, 2008 at 5:02 / 5:02 AM | Links to this comments | Reply

    I already have a web server installed (Abyss) with php5, the test registration page works fine, but I'm looking for something similar to the registration page that WoWemu 1.11 uses, but as I'm not an html or scripting programmer, I wouldn't know how to edit the files for mangos registration, but if anyone wants a challenge, I have uploaded the www folder from WoWemu to my ftp server for ayone that wants a go at editing the files to work with mangos, the size of the www folder is about 875k, I have also zipped the www folder and uploaded that too, just incase someone would prefer to download a zipped file instead of the folder.

    host = ftp://ftp.tezandbabs.net
    user name = wow
    password = 976431

  56. 56
    Ted | Feb 10, 2008 at 8:40 / 8:40 AM | Links to this comments | Reply

    Hello!
    I got the same problem as Thomas had, except that I already changed realmd (to 13337 xD), I also followed the potfoward site.
    Please help :S

  57. 57
    Frank J | Feb 10, 2008 at 11:29 / 11:29 AM | Links to this comments | Reply

    I have also uploaded a mangos front end, but it needs some modification to work with mangos v5116, the db connection setup in the config.php file does connect, but when an account is created and the user logs in to his/her account, an error page gets displayed with no error description.

    If someone can have a look at either the WoWemu www files or the mangos front end, it would be much appreciated, also, if anyone has the linux compilable source for mangos v5116, could it be uploaded to my server?

  58. 58
    steveya | Feb 10, 2008 at 17:55 / 5:55 PM | Links to this comments | Reply

    #Frank J

    i don't know about this bit so i can't help any more much :(

    Steve

  59. 59
    Ted | Feb 10, 2008 at 19:11 / 7:11 PM | Links to this comments | Reply

    My DNS is Nublord.isa-geek.com, should host say

    127.0.0.1 localhost
    192.168.0.2 Nublord.isa-geek.com

    then?

  60. 60
    steveya | Feb 11, 2008 at 2:01 / 2:01 AM | Links to this comments | Reply

    #Ted

    replace

    127.0.0.1 localhost

    with:

    192.168.0.2 Nublord.isa-geek.com

    and it should work if everything else goes fine :)

    (If you dont do that youll get the Logging into gameserver problem like loads of other people do)

    Steve

  61. 61
    Frank J | Feb 11, 2008 at 4:36 / 4:36 AM | Links to this comments | Reply

    If anyone is interested, I have uploaded the new minimanager v0.1.6d masngos front end, with a little editing of the scripts/config.php file, it will work great with mangos v5116 under windows and will work also using linux, but to work properly the source code for mangos v5116 will need to be compiled for linux, then everything will fall into place.

    I have imported all the needed sql files into my linux mysql database, and added the front end php files to the web server, tested it and the work perfect together, but all I need now is the linux source code for mangos v5116.

  62. 62
    Ted | Feb 11, 2008 at 14:30 / 2:30 PM | Links to this comments | Reply

    Thanks Steveya :D the server is online, and it works.
    BUT now I got a problem/question...
    Can my brother (in same network) play to?
    It works for everyone, everywhere, but when he tryes, it...wahh....doesn't work, it always end up at handshaking or something...is there any configuration needed for people in same network AND from other places to be able to join? Please help :S

  63. 63
    Ted | Feb 11, 2008 at 21:15 / 9:15 PM | Links to this comments | Reply

    OK, last post corrected.
    Can the server be online, and the people in my network play at the same, and what should I do to get it working for me?

  64. 64
    Danilo | Feb 11, 2008 at 21:25 / 9:25 PM | Links to this comments | Reply

    Hey Steveya, I saw that you solve that problem "logging into game server". How do I fix it?! I can't get it to work!! Thanks

  65. 65
    Danilo | Feb 11, 2008 at 21:27 / 9:27 PM | Links to this comments | Reply

    How do I fix "logging into game server"?!!

  66. 66
    Ted | Feb 11, 2008 at 22:18 / 10:18 PM | Links to this comments | Reply

    btw, for anyone who tell me, my mail is minotaur_lord@hotmail.com

  67. 67
    Ted | Feb 11, 2008 at 23:31 / 11:31 PM | Links to this comments | Reply

    Ok, it works for my bro, but REALLY slow take 30 min just to get to the character menu, 10 min to log in, and yet, he cant do anything, not talk, not walk or anything :S

  68. 68
    Frank J | Feb 12, 2008 at 1:59 / 1:59 AM | Links to this comments | Reply

    I know I've asked this before, but does anyone have the source code for mangos v5116 for Linux? If so, can they upload it to my ftp server? Thanks.

    host = ftp://ftp.tezandbabs.net
    user name = wow
    password = 976431

    I can get version 0.5, but I don't know if 0.5 is the same as 5116, (ie 0.5 = 0.5.116), but 0.5 doesn't have the configure file that's needed to compile it using Linux, and the current Linux version of mangos v0.9 doesn't detect that mysql is present, when it is. That's why I would like the source code for the Linux version of mangos v5116

  69. 69
    steveya | Feb 12, 2008 at 2:58 / 2:58 AM | Links to this comments | Reply

    #Everyone gettings stuck

    Can you either email me (steveya@steveya.tk) or post a comment on my blog (link in name). I don't reply on here much anymore but will help over email or on my blog.

    Steve

  70. 70
    Ted | Feb 12, 2008 at 4:01 / 4:01 AM | Links to this comments | Reply

    Nvm, all works ^_^

  71. 71
    Rocza | Feb 12, 2008 at 8:42 / 8:42 AM | Links to this comments | Reply

    ok our server works and u can play on it on the computer that it is set up on but on my computer and anyone else that tries to log onit goes as fars as the chose a realm then it picks the one and says logging into character list and it never logs it just brings up the realm list again and want log past that i mean it says how many characters i have on that account and averything it just want let us log on and we have done everything suggested and some of the changes made it to where the main computer couldnt even log on. were stumped our port is open and the formward and all that worked we have the server going through hamachi and stuff but still no one can connect anyone have a suggestion.

  72. 72
    Michael | Feb 12, 2008 at 15:17 / 3:17 PM | Links to this comments | Reply

    LOL.... i followed the instructions here and just set one up and running in about 3 hours time.... thx for all the easy to follow info

  73. 73
    Aznex | Feb 13, 2008 at 5:25 / 5:25 AM | Links to this comments | Reply

    # michael Congrats with it :P

  74. 74
    Superdoc | Feb 13, 2008 at 12:29 / 12:29 PM | Links to this comments | Reply

    Hi Reapers,

    My game version is 2.3.3, i've done exactly what the guide shows and everything is working great except for one problem, when i put my local lan IP in the reaper command wher it shows type ur lan ip and realm desird name, after i did that, i connect from my other comp in lan, i was able to connect by putting the server's lan ip in realmlist.wtf, but then when my friends tried to access with the DNS name i made, they said they're getting stuck at Realm Selection, whenever they click enter realm, it goes back to realm selection, so i changed my lan ip in the realm command, and put the dns name, now they're able to connect but when i put the same dns address in my realmlist.wtf, it says nothing found, but it works if i put my server's lan ip, but then i get stuck in realm selection screen, wont let me go thru, so how do i fix this issue?

  75. 75
    HELP ME | Feb 13, 2008 at 15:58 / 3:58 PM | Links to this comments | Reply

    Guys, I have been trying to make a server for 2 years now and it isnt working, my ports are fowarded but it says they arnt open, if anyone will help me i will give you admin on my server!!!!!!!!!!!!
    PPPPPPPPPPPPPPPLLLLLLLLLLZZZZZZZZZZz

  76. 76
    Jack | Feb 14, 2008 at 1:58 / 1:58 AM | Links to this comments | Reply

    Hmm, Is it the same way to do this guide if i have Whireless Network?

  77. 77
    Travis | Feb 14, 2008 at 5:53 / 5:53 AM | Links to this comments | Reply

    #HELP ME

    Are you running mangosd.exe and realmd.exe when you are checking to see if the ports are forwarded? If not, then run those two files, and you should be able to see your ports are fowarded.

  78. 78
    vlad | Feb 14, 2008 at 9:06 / 9:06 AM | Links to this comments | Reply

    i got the ports to open im trying to getit to work thru hamachi but i cant got it to let ppl log in it goes to the pick a realm page but not fearther i can log in no problem but not even the other cpu on my network can log in plz help

  79. 79
    HELP ME | Feb 14, 2008 at 12:19 / 12:19 PM | Links to this comments | Reply

    Guys thanks for your help but it dosnt seem to work. My ports just are not open ive fowarded them from my router, if anyone has any further suggestions please send an email to bendude_rulez@hotmail.com or post a comment here. If you can remote assist it would be graeat. Thanks.

  80. 80
    Frank J | Feb 14, 2008 at 14:19 / 2:19 PM | Links to this comments | Reply

    #HELP ME

    Have you checked with your ISP to see if they are blocking those ports?

    A certain well known cable provider does block a large range of incoming ports, 80 and 25 are just a couple of then that I know of.

    To check your ports from outside the router, go to this website:-

    http://www.grc.com

    and select 'Shilds Up', then scroll down the page until you find another link called 'Shields Up' click on it and scroll til you find the 'proceed' button, click on that, then click on the 'All Service Ports' button, this will do a port scan and any squares that are green, means that port is blocked either by a software firewall (such as windows firewall, norton or zonealarm, or any othe software firewall) or a hardware firewall such as your router, or if your router/firewall is open to the right ports, then it means your ISP is blocking those ports.

  81. 81
    Travis | Feb 14, 2008 at 23:25 / 11:25 PM | Links to this comments | Reply

    Hi,

    I am trying to setup a Public server at home using Vista as the server machine, and my laptop is using XP. It is only a LAN. Ive tried to forward the ports numerous ways, and I cannot get it to run. I cannot log into the server on either machine. I am running a Public server from work, but it is not behind a router, so it works perfectly. Just want to know if there are issues with using Vista and XP together?

  82. 82
    vlad & rocza | Feb 16, 2008 at 3:33 / 3:33 AM | Links to this comments | Reply

    yaaa! we are up and running . We are using hamachi as the host if anyone would like to join u must down load it joining exsiting network..login- foreverforsaken psw-dead1 message rocza morrolan or stringbean and we will get u an account setup...thanks for all the help and thanks for the the very detailed page on how to set it up.

  83. 83
    New | Feb 16, 2008 at 4:04 / 4:04 AM | Links to this comments | Reply

    I want to make login page on my web. And it would use wow ingame account login and password. But i can't find what code coded passwords in mangos account table. Can anyone help me please?

  84. 84
    Willtry | Feb 16, 2008 at 17:01 / 5:01 PM | Links to this comments | Reply

    Frank J is for Joker
    If you where to read the post's very carefully you would have many of the answers. Read what is being said not what you think is said.
    Be Thankfully Reaper is doing this for you
    QUOTE " That’s it hopefully this new guide can help you on setting up your own World of Warcraft Server for … erm LAN Party :P "" SEE the erm LAN :P
    read the terms of use for mangos for personal development. and not to be used for Public use. having said that do a simple google search for WOW private servers and well I think no more has to be said Nudge Nudge Wink Wink.

  85. 85
    rolo | Feb 16, 2008 at 17:27 / 5:27 PM | Links to this comments | Reply

    Reaper

    just like thomas...i had the same problem as thomas did...so i changed the realmd port to 8700 but i still cant see any of the characters on the list...but i can see them on the cmd screen being created.....is there a place i tell the realmd or database to connect to the character list?

  86. 86
    Willtry | Feb 16, 2008 at 17:31 / 5:31 PM | Links to this comments | Reply

    To Frank J again sorry Folks but this part got me
    1) Shilds Up is a commercial site wanting to sell software
    2) "quote" any squares that are green, means that port is blocked either by a software firewall (such as windows firewall, norton or zonealarm, or any othe software firewall) or a hardware firewall such as your router, or if your router/firewall is open to the right ports, then it means your ISP is blocking those ports.
    Da - If in your statement is true and your programs are blocking the port how is then that the ISP is blocking your port Think about it.
    - as to port 25 this is the mail port and if you where to read IT news then you would know that blocking port 25 from outside access of the ISP IP rang is a help reduce SPAM.

  87. 87
    3liteness | Feb 17, 2008 at 5:36 / 5:36 AM | Links to this comments | Reply

    I have the world port open but my realmd port isn't open how do i fix that

  88. 88
    Willtry | Feb 17, 2008 at 11:50 / 11:50 AM | Links to this comments | Reply

    Double check your settings are config the same in your port forward settings and make sure the the realm list is correct : I would say the as the world is open it is just something simple that has been overlooked

  89. 89
    Frank J | Feb 17, 2008 at 11:58 / 11:58 AM | Links to this comments | Reply

    #willtry

    As to grc.com, shields up, is not a site that wants to sell commercial software, try the site again, I know, because I use it all the time, and as for the reply to point 2, ISP's do and are blocking ports, I know, because I used to have cable internet, and with no firewall at all, either software or hardware, I used shields up, and it showed, incoming port 80, 25, 6667, (to name just a few that are known to either send spam or used for hacking) closed, but when I changed to my phone company's DSL, then again without a firewall of any kind, (setting the DSL router's DMZ to point to my PC, thus making every port open to the net), I used shields up, and every, (I repeat, EVERY), port was open, so your reply to point 2 in your post doesn't slide with the truth.

    So, by using shields up, and NO firewall of any kind, one can find out which port is ACTUALLY being blocked by an ISP, thus one can find a blue square then just hover the mouse over that square, and it'll show what port it is, then that port(s) can be used for mangos.

  90. 90
    Dflame | Feb 17, 2008 at 17:36 / 5:36 PM | Links to this comments | Reply

    Hi , i dont really get step 3 (in the begin)

    DNS Name for your WoW server to make things easier and you can get it for free from Dyndns.com, no-ip.com, etc , but no-ip is wierd for me and by dyndns i must pay :S , can you please explain that to me :) , i really wanna have an own server but i dont can make a dns server or something, im totally out that i doesnt know something about that :(

  91. 91
    G-rock | Feb 18, 2008 at 9:05 / 9:05 AM | Links to this comments | Reply

    I done everything step by step, I have it to where I can use the Utorrent thing to view my ports that are opened. I've set up the Dyn DNS site to a server.
    I have a westell modem, and Netgear router.
    I have the modem set to bridge mode, the netgear portforwarding to the two ports n such. i'm still have.
    I've been able to run it through a Lan just fine. the problem is, when some one signs in it just sit there and says connecting.

    Sorry to like flood this post with data, i'm just trying to give enough material where someone can help me. thanks :)

  92. 92
    Travis | Feb 19, 2008 at 23:27 / 11:27 PM | Links to this comments | Reply

    I have set up a WoW Server, my ports are forwarded properly, I can connect to my server through my lan, but when I try and log in from another computer not on my lan I get the "Logging Into Game Server" message, It shows the characters in the realmlist, but it just stops and says connecting. Not sure what else I need to do? I have the ports forwarded through my routers IP, but do I need to forward the ports on my Modems IP?

  93. 93
    edan | Feb 20, 2008 at 10:59 / 10:59 AM | Links to this comments | Reply

    Dear Reaper,
    Hope you are able to advice me, before i setup the wow private server at home. Thanks

    1)what is the minium system requirement to run the wow private server?

    2)What should i install first (game client, server application, mango client, etc.)?

    3)Can i play the wow when running mango in the server.

  94. 94
    sute | Feb 20, 2008 at 12:56 / 12:56 PM | Links to this comments | Reply

    when trying to configure Realmd i get an error message saying:

    ERROR 1049 t line 1: Unknown database 'realmd'

    ive done everything as the guide has said so dont understand why its not working

  95. 95
    Reaper-X | Feb 20, 2008 at 19:50 / 7:50 PM | Links to this comments | Reply

    # G-rock

    Could you try changing the port into another value?

    # Travis

    Does the port open? (accessible from the web when you tested it using utorrent port checker)?

    # edan

    1)what is the minium system requirement to run the wow private server?

    i can't really tell you this since i have 3GB Ram on my machine, but in most case if you have more than 256 RAM you'll be able to run it :)

    2)What should i install first (game client, server application, mango client, etc.)?

    first the game client, second the server application (mysql), and finally mangos to get your server up

    3)Can i play the wow when running mango in the server.

    i'm dont understand about this question, do you mean playing wow on the same computer where the server process run? if so the answer is yes

    # sute

    If you get that message, that means you're using different database name for realmd, i'd suggest you to look at all of your databases name so you know which one is being used as realmd database ;)

  96. 96
    Dflame | Feb 21, 2008 at 2:01 / 2:01 AM | Links to this comments | Reply

    Please Help, my port 3724 won't open and i tryd everything u said, even changed te value a few times, (how to disable Blizzard updater?),

    And an another Question :p, My friend used a year ago on his own server a program, that he can make his own weapons OR, change things from it like Weapon speed, damage, mods on it, now my question is , do u know the OR a program like this?

    PS: Good Tutorial ;)

  97. 97
    tony | Feb 21, 2008 at 3:36 / 3:36 AM | Links to this comments | Reply

    k i have my server running and working i can log in on my other house computer wile the server is running on mine but when i try and log in to my server on my computer (when my server is made public from my host site) it wont let me onto the relm the only way im able to get on is to change change it back to
    set realmlist 127.0.0.1 and then restarting the server

  98. 98
    Travis | Feb 21, 2008 at 12:08 / 12:08 PM | Links to this comments | Reply

    #Reaper

    Yes the ports are open when I check with utorrent.

  99. 99
    Travis | Feb 21, 2008 at 23:48 / 11:48 PM | Links to this comments | Reply

    #Reaper

    Also I wanted to know, do I have to have the DNS name? cant I just use my IP address?

  100. 100
    helppls | Feb 22, 2008 at 3:55 / 3:55 AM | Links to this comments | Reply

    hey mate nice guide!!!

    but my mate can join and i have no firewall in use or my router doesnt ahve any kinda protection.. got any ideas whats wrong? ty

  101. 101
    Xioen | Feb 22, 2008 at 13:54 / 1:54 PM | Links to this comments | Reply

    Ok so where do i start...

    I have set up everything to work perfectly if i wanted to connect on my computer but when trying to go pubplic my friend keeps getting "Unable to connect"; Lets say my

    IP 70.180.XXX.XXX
    DNS wow282.servegame.com

    and made it go to port 87000 (wich i edited the .config to go with the port) so my .wft file looks like

    set realmlist wow282.servegame.com:87000

    Now all ports are forwarded and open and i did Reaper-x option 5 setting the IP to "wow282.servegame.com"

    and my hosts is as follows:

    127.0.0.1 localhost
    70.180.XXX.XXX wow282.servegame.com

    Now as i said i get on no problem but public acces is at -0- giving them a unable to connect error which i set up a username/password for them which works on my comp. what am i doing wrong? i hear of Hamachi would work though how would i go about setting it up if this approarch does not? Thankyou!

    p.s. Not sure if its suppost to stay but when running Realmd.exe the top is loading from 127.0.0.1 ; same with mangos.exe

  102. 102
    dylan | Feb 22, 2008 at 14:29 / 2:29 PM | Links to this comments | Reply

    Is there any way to make a private sever public without messing with hamachi or a router.

  103. 103
    Stian | Feb 22, 2008 at 18:57 / 6:57 PM | Links to this comments | Reply

    My mate has one up and runing atm. And i want to connect from my house, do i need to open any ports here? and in that case that i do, what ones?:)

  104. 104
    JD | Mar 3, 2008 at 7:37 / 7:37 AM | Links to this comments | Reply

    I have done everything this guide says and everytime i try to check the ports are open i get an error
    i am using a linksys WRT54GS

    does it make any difference that i am not using the wired computer rather one of the wireless ones?

    if not then what am i doing wrong/ i have reread and did what this guide says at least 4 times now i dont get what im doing rong

  105. 105
    JD | Mar 3, 2008 at 9:08 / 9:08 AM | Links to this comments | Reply

    ok i got alittle further now when i try to log into wow it says unable to connect to realmlist server

    i think this just means my ports arent properly forwarded, but i dont really understand how to forward them then

    can someone help me? i have a linksys WRT54GS router

    i have gone through the steps on the port forwarding site and it didnt help

    The Linksys Tech i was talking to the other day said i needed to know the server's ip in order to properly forward the ports?

    anyone can help me ?

  106. 106
    Sam, | Mar 4, 2008 at 0:13 / 12:13 AM | Links to this comments | Reply

    Hi there great guides so far thank you very much.
    Im just wondering, its probebly a really obvious question but im trying to forward the ports. The computer im trying to run the wow server from is connected to the internet wirelessly. Do i have to forward the ports from the PC in which the router is directly connected or is it ok to do so from my PC?

  107. 107
    Reaper-X | Mar 4, 2008 at 0:56 / 12:56 AM | Links to this comments | Reply

    # JD

    Because i haven't tried (not even touch that router for once in my whole life) .. i couldn't give you a definitive answer but perhaps this link can help you

    http://forums.linksys.com/linksys/board/message?board.id=VoIP_Routers&message.id=423

    or you could try asking at their forums

    # Sam

    Well you need to do it from the computer that is connected to the router directly because other people who's trying to connect to your computer need to go through that pc :)

  108. 108
    Sam, | Mar 4, 2008 at 3:08 / 3:08 AM | Links to this comments | Reply

    Brilliant thanks for replying. Sorry im such a noob at all this.
    When i am forwarding the ports then do i use the IP adress from the computer the router and modem are plugged into or the pc that im trying to run WoW from thats connected via a wireless signal.
    Thanks again.

  109. 109
    Brock | Mar 5, 2008 at 10:52 / 10:52 AM | Links to this comments | Reply

    Awesome guide...

    I was able to get it all working accept for one thing... when I try to connect locally (another computer on my network) I cant. Is this possibly because of the port forwarding? is there a way around it? I already verified my friend can connect... but I cant :(

  110. 110
    Mike | Mar 5, 2008 at 11:59 / 11:59 AM | Links to this comments | Reply

    Can someone please give me a little assistance. I think my server is running correctly so far I just have one problem. When I try to log into my server using my GM account (the only accont made right now) over the internet I can login fine. Once logged in I select my realm and then click ok. Once I click ok it say connecting to server but then after about 2 seconds it just drops me back to the realm selection screen. Can someone tell me what this means and maybe a way I can fix this problem. Thanks in advance and thanks for the guides.

  111. 111
    Brock | Mar 5, 2008 at 12:08 / 12:08 PM | Links to this comments | Reply

    Oh, and I've already tried my computers ip, my routers ip.... those two put me into the "logging in to game server" loop. if i try my dydns or ip it just says unable to connect... just thought id give a little more info.

  112. 112
    Firane | Mar 5, 2008 at 22:16 / 10:16 PM | Links to this comments | Reply

    I just wanted to say that it seems totally pointless to do all those steps cuz i mean all u have to do is find ur ip from whatismyip.com throw it into the SQLyog field that says adress and then put it in ur realmlist
    thats all i did

  113. 113
    Reaper-X | Mar 5, 2008 at 22:43 / 10:43 PM | Links to this comments | Reply

    # Mike and Brock

    if you get into realmd loop that means your ip address configured in your reamlist table didn't match the ip address set in realmlist.wtf file

    if you get unable to connect (using your dynamic dns address) that means, there's something blocking the access like port forwarding issue (some routers do have port forwarding problem)

    # Firane

    Well actually my old guide that is linked on this post (at the first paragraph) just tell you that steps, but since many people still having problem with it i decided to rewrite it again but this time i choose to give a really detailed instruction, especially at the port forwarding part because that's the number one source of their problem

    (those who use dsl based connection most likely use a router and usually comes preconfigured by someone else who knows his way around configuring router without DMZ enabled (for security purpose of course) and that's why port forwarding is the best way to do this without DMZ)

  114. 114
    Firane | Mar 6, 2008 at 9:43 / 9:43 AM | Links to this comments | Reply

    oh ok i see what u mean reaper
    yea the opening ports is the most confusing id say
    i already knew how to do it so that helped a lot hehe
    and i just dont use ur like program thing because whenever i use it, it just errors and nothing happens
    so i learned all about SQLyog and the fields and how to edit mangosd and realmd manually

  115. 115
    mike | Mar 6, 2008 at 10:02 / 10:02 AM | Links to this comments | Reply

    I thank you very much reaper for you help but I am just still a little lost. Call me slow but I am still not sure what IP's need to change. Here are the files I have which i think you are refering to that need to match. Maybe you could see the problem and tell me what to adjust. Oh yea I am trying to make this server public for my friends to play.

    realmd.conf -
    # MaNGOS realmd configuration file
    ConfVersion=2007062001

    # 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
    LoginDatabaseInfo = "127.0.0.1;3306;*****;********;***********"

    # 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.
    LogsDir = "Logs"

    # Settings for maximum database-ping interval (minutes between pings)
    MaxPingTime = 30

    # Default RealmServerPort
    RealmServerPort = 3724

    # realmd daemon PID file
    # Default: "" - do not create PID file
    # "./realmd.pid" - create PID file (recommended name)
    PidFile = "./realmd.pid"
    *********************************************
    Realmlist.wtf -
    set realmlist wowkings.dyndns.org
    s et realmlist us.logon.worldofwarcraft.com
    s et patchlist us.version.worldofwarcraft.com
    (I put a space in the second and third lines to void them without deleting them)

    now I used the dns name in the realmlist because I have a dynamic ip so if it changes I should still be able to connect. I try to put the dns in the realmd.config file instead of the 127.0.0.1 but that doesnt seem to work. I must be missing what you were trying to tell me in the previous post. Is there another file I should be checking at this point? Is the realmd.config file the one you were talking about when you said realm list table? I know you are right on how to fix the issue cause I am stuck in the realm loop but I just am not understanding what I should do at this point. I am sorry this post is so long but wanted you to see the files. Thx in advance again for your help.

  116. 116
    Mike | Mar 6, 2008 at 21:35 / 9:35 PM | Links to this comments | Reply

    If anyone has a solution to my issue you can feel free to email me at mikey_ny2002@yahoo.com

  117. 117
    Joris | Mar 6, 2008 at 23:58 / 11:58 PM | Links to this comments | Reply

    hi,
    I'm currently trying to put my server online but I have ran into several problems.

    First of all
    I can't forward my 8085 port, when I do it exactly like in the guide it does not say my port 8085 is forwarded but it does forward 8086 and 8087, verry strange...

    I also tested it and it is not forwarded.

    Second:
    I can not eddit my HOSTS fire from
    C:\Windows\system32\drivers\etc\hosts
    I checked the map and there are several HOSTS files, dunno with one I have to eddit.

    But annyways I tried them all and I can not save them after I have eddited them...

    Is there anyone who has the same problem, or knows what I must do. can you please help me??

  118. 118
    Scott | Mar 7, 2008 at 4:46 / 4:46 AM | Links to this comments | Reply

    Reaper

    I am a Mac user so most of your guide works as far as configuring the private server. My problem is that a can't use your Reaper Mangos.exe to modify the files like you have in your guide when it comes to configuring the public server. I have created a DNS name, forwarded the ports and changed the realmlist file. Can you please help by telling me which files I need to modify and what changes need to be made. Do I just change all my 127.0.0.1's to my DNS? Thanks for the help. I am using MANGOSx which I believe is compiled from Mangos core 5036.

  119. 119
    mike | Mar 7, 2008 at 11:37 / 11:37 AM | Links to this comments | Reply

    Reaper

    Hey thx 4 all ur help everone. I finally got the server up and running so my friends can connect over the internet. I owe it all to this guide and the people willing to help. Thx all again. If I can be any help to anyone email me at mikey_ny2002@yahoo.com

  120. 120
    Sephy | Mar 7, 2008 at 18:55 / 6:55 PM | Links to this comments | Reply

    Hi! i've been following your instructions and now i have little problem.

    I think everything else works fine, BUT, when i open up my mangos.exe i loads some stuff cratures, quest etc etc,

    and than:
    deleting expired bans..
    calculate next daily quest reset time..
    starting game event system..

    windows error message appears, mangosd.exe have error, blaa blaa, so wha i should do? got any ideas?

    can i use sql to fix this? i use mangos rev 5370 and UDB & mangos database.

    please help, :)

  121. 121
    Firane | Mar 7, 2008 at 22:19 / 10:19 PM | Links to this comments | Reply

    @Sephy
    what exactly does the error say
    i might have had this problem already

  122. 122
    Sephy | Mar 7, 2008 at 23:15 / 11:15 PM | Links to this comments | Reply

    Well, i'm from finland, so it's finnish error but i translate to you as best i can

    "mangosd.exe have noticed an error, and the program must be closed. we are sorry interruption."

    it's normal windows error message what comes always when some program isn't resbonding.
    and there is just 2 choices, send report to microsoft staff, and dont send.

    is there some way to fix this?

  123. 123
    Novakhan | Mar 8, 2008 at 5:22 / 5:22 AM | Links to this comments | Reply

    It does work! I have a private wow server running and so does a friend on mine.

  124. 124
    Cax | Mar 8, 2008 at 7:11 / 7:11 AM | Links to this comments | Reply

    @sephy
    so u only get the error after it loads
    "game event system"

  125. 125
    Firane | Mar 8, 2008 at 7:12 / 7:12 AM | Links to this comments | Reply

    whoops accidenally had cax for my namw its actually firane saying that =)

  126. 126
    Sephy | Mar 8, 2008 at 7:39 / 7:39 AM | Links to this comments | Reply

    Yep it's alway after “game event system”
    :) everything else work fine.

  127. 127
    Firane | Mar 8, 2008 at 8:10 / 8:10 AM | Links to this comments | Reply

    thats odd
    well maybe try re importing the database from the reaper folder to the mangos database in SQLyog and see if it fixes it

  128. 128
    Firane | Mar 10, 2008 at 6:48 / 6:48 AM | Links to this comments | Reply

    @sephy
    I FIGURED IT OUT!
    basically u have to go into SQL and right click on the table under ur mangos db that says game_event and then click empty table
    that will fix it
    u wont be able to have like darkmoon faire and stuff but ur server will run
    have fun =)

  129. 129
    lucid | Mar 10, 2008 at 9:09 / 9:09 AM | Links to this comments | Reply

    I've got everything set up to the point where my friends can remotely connect to my server, and I can connect from the host machine on my network. However, I am unable to connect from any other machine on my network, getting stuck at the "logging into game server" message. I see this is quite a common problem but I have yet to see a solution. How do I log into my server from my own network?

  130. 130
    Firane | Mar 13, 2008 at 13:31 / 1:31 PM | Links to this comments | Reply

    @lucid
    so when u change the realmlist on the other computers, it just doesnt work?

  131. 131
    Colt45 | Mar 14, 2008 at 20:14 / 8:14 PM | Links to this comments | Reply

    ok when i try to edit my realmd.conf using reaper-x mangos i keep getting this error

    ERROR 1044 (42000) at line 1: Access denied for user 'Colt45'@'Localhost' to database 'realmd'

    any help?

  132. 132
    Colt45 | Mar 14, 2008 at 20:48 / 8:48 PM | Links to this comments | Reply

    Also when I test my port forwarding i get error port 3724 does not appear to be open (same with 8085) and i did everything you said!

  133. 133
    Colt45 | Mar 14, 2008 at 21:00 / 9:00 PM | Links to this comments | Reply

    I was using the torrent test thingy

  134. 134
    MundoDragon | Mar 16, 2008 at 3:35 / 3:35 AM | Links to this comments | Reply

    Hello everyone,

    I am fairly new at this and still use Blizzard service to play WoW, however since stumbling onto some private WoW server on the net, I've been very interested in it, so downloaded the mangos pack and proceeded to install it.

    It installed fluently with one exception. When I tried to extract the DBC, i would get an error saying it couldnt find the .dll file, which was clearly there with it. I chalked this up to another of Vistas quirks and found an already extracted DBC and used it and had a private server up in no time.

    I know this seems lengthly, but I type all of this for one reason, and that is to insure people that it does in fact work when the directions are followed carefully and to the T.

    Now onto my question. Is there any way to set up the server to run exclusively on the home network, completely independent of the internet and if so, i would appreciate some info on this if anyone has any. Thank you very much for your time (and patience, considering the length of this post) and mostly to ReaperX for being patient enough to take on something of this magnitude.

  135. 135
    jokerman | Mar 18, 2008 at 21:05 / 9:05 PM | Links to this comments | Reply

    so if i were to make this server, could i just change the dns host back to the blizzard one to get back onto the blizzard servers?

  136. 136
    Drak | Mar 22, 2008 at 6:40 / 6:40 AM | Links to this comments | Reply

    Hello,

    I know this has been asked a million times but I have read all the replys and nothing has fixed my issues yet. I am running Windows Vista Premium , installed MySQL V5.0 ( It's running fine) also running SQLyog to connect to MySQL. I have ran the batch file to set up Mangos5225 , yet no databases are created. I can tell this as after I exit, and run SQLyog there are no databases, no realmd, or mangos or anything. This is odd as during the batch file it stated 4 databases had been crated all under the default names.

    When running mangosd.exe I just get the common error I have seen posted on here so many times

    Could not connect to MySQL database at 127.0.0.1: Unknown database 'realmd'

    exact same issue if running mangosd.exe

    Now I received no errors running the reaper-x-mangos.exe and also ran and installed everything as Admin but still it's all pointing at the database never really being created. Can some one help me out on this?

  137. 137
    Logan | Mar 23, 2008 at 23:46 / 11:46 PM | Links to this comments | Reply

    hey man everything is great altho when I connect to my Netgear* Router, it says athentication required, I called up my Internet service provider and they mentioned that they can not give me the password to it due to the fact that they can't give that out, so.... what do I do, how come I cannot connect to my router like u said, if I get a linksys will I then be able to connect to it or what?

  138. 138
    scoob () | Mar 24, 2008 at 23:22 / 11:22 PM | Links to this comments | Reply

    I have one question for all of you and hopefully someone might be able to help me out. I have my server running and all my friends can connect to it with no problems.

    But if anybody internally within the network for example myself connects, its very laggy. I can connect and everything but my ping is over 2000. Even if nobody else is connected to the server just myself its still over 2000 ping. Has anybody else run into this problem or have any suggestions?

  139. 139
    Travis | Mar 24, 2008 at 23:29 / 11:29 PM | Links to this comments | Reply

    Hi ive been working on getting my server up and running for awhile now, and I just want to know, if im using a router, do I have to setup my own dns name, can i not just use my ip address for people to log into the server? My ports are forwarded properly, but it just gives me logging into game server message, then nothing happens after that.

  140. 140
    Richard | Mar 26, 2008 at 6:57 / 6:57 AM | Links to this comments | Reply

    hi guys, me and my friend just managed to set up a private server last week, everything was fine, few bugs and all but nothing big until today... patch day.

    the server wont work with version 2.4 (march 25th).

    is there any way that we can disable the blizzard upater so we can keep on playing version 2.3, or is there a way that we can run our server in 2.4?

    thanks in advance. :)

  141. 141
    Duo | Mar 28, 2008 at 6:49 / 6:49 AM | Links to this comments | Reply

    Ok, I have got my server running on a Win2k3 box and it works quite happily. I can connect to it inside the network with no problem and I have configured my router correctly to forward connections from outside to the server machine.

    Now I am trying to get my friend to connect but every time he is getting stuck at the "Connected" screen.

    He has set his realmlist file to use my external IP, when I enable console logging level 3 (debug/full) I can see on the server he is connected, authenticated and the realm list is updating but on his machine it just gets stuck, only way out is escape which takes him back to the login screen.

    I know the realm loop is common and I have tried everything I can think of to resolve it from tripple checking ports, ensuring the hosts file works, etc. But nothing I have tried allows him to connect.

    Is there anything I have missed here that I could possibly be doing wrong?

  142. 142
    Fladdy | Mar 29, 2008 at 0:15 / 12:15 AM | Links to this comments | Reply

    Hey
    I have problem to open the 3724 port, i can log in te my server but not to the realm plz help

  143. 143
    Jackson K | Mar 30, 2008 at 11:20 / 11:20 AM | Links to this comments | Reply

    ALright well i got it up and running and everythings working great i got about 6 friends playing, but for some reason it wont let me play! I changed the realmlist i was using to my Dyndns, my real ip, my lan ip, and 127.0.0.1 but nothings working. Any help?

  144. 144
    Smithy | Apr 3, 2008 at 14:09 / 2:09 PM | Links to this comments | Reply

    No matter what, I can't open up ports 8085 and 3724. I've added the ports correctly to my linksys configuartion page, but when i go to use utorrent to see if it's open, it says it's closed. Please help.

  145. 145
    Smithy | Apr 3, 2008 at 14:15 / 2:15 PM | Links to this comments | Reply

    I've just tride with other ports and even that's not working.

  146. 146
    Talux | Apr 4, 2008 at 3:17 / 3:17 AM | Links to this comments | Reply

    Hey reaper, I recently tried to get a private server working, and it does, and I thank you for that. My problem however, pertains to making my server public. The process goes smoothly until I get to the checking port forwarding check. It says port 8085 and 3724 is not open on (Public IP Address) but I cannot forward this IP address as my router does not allow me to, only to change my Local IP address. My router is a Linksys WRT54GS. When I tried to get my friend to connect naturally it said "unable to connect." This may be a stupid question, maybe cause I'm not that experienced in this type of thing, but help from anyone and everyone would be most helpful, thanks! :D

  147. 147
    A Friend | Apr 5, 2008 at 4:14 / 4:14 AM | Links to this comments | Reply

    # Hey people

    check on the menu for your router and see if there is an advanced option talux. this gave a whole new menu on mine with forwarding.

    u also have to be running mangosd.exe and realmd.exe for the ports to open.

    on forwarding page, make sure you put in your ip extention (plz do not use the ip adrress used when surfing the internet, that goes on the dns name site thingy)

    also if u use another port dont forget 2 change all files 2 it and add the port 2 the realmlist (eg mine is- set realmlist wazzeroth.isthebe.st:10666)

    come on xfire for more info (my addy 4 xfire: thedarkangelofdeath) i happy 2 help and can explain better on there and i on often so just come on there.

    hope i helped

  148. 148
    Talux | Apr 5, 2008 at 4:22 / 4:22 AM | Links to this comments | Reply

    Hey man I'll try it out. Thanks alot, Ill get on X-Fire soon, and try to contact you ^.^ I didnt think someone would reply :D

  149. 149
    Wilson R | Apr 6, 2008 at 6:04 / 6:04 AM | Links to this comments | Reply

    Is it possible to create a public server over a non-internet network?

    Thank you, and sorry if this question has already been posted and/or answered.

  150. 150
    mrman1983 | Apr 14, 2008 at 6:23 / 6:23 AM | Links to this comments | Reply

    Hey all, I am making my server available online so my friends can connect. When I try to connnect to my server, it says "Unable to connect to realm list server." Does anyone know how to fix this?

  151. 151
    izone22 | Apr 23, 2008 at 6:30 / 6:30 AM | Links to this comments | Reply

    I love this Server and i have bean using it for ever, but when i try to start a public server i get an error. Can some one tell me what i am doing wrong or direct me to someone else's answer. Thx

    This is the error i get
    ERROR 1044 (42000) at line 1: Access denied for user ‘izone22′@’Localhost’ to database ‘realmd’

  152. 152
    izone22 | Apr 24, 2008 at 4:52 / 4:52 AM | Links to this comments | Reply

    Can some one tell me what world is. In the tutorial (Realmd is 3724 while the default port for World is 8085) I don't have world, is it mangosd.exe? Why dose world connect to the internet?

  153. 153
    simon | Apr 24, 2008 at 20:22 / 8:22 PM | Links to this comments | Reply

    do someone know the logging in to game server problem?

  154. 154
    Jordan | May 9, 2008 at 17:53 / 5:53 PM | Links to this comments | Reply

    Ok, this is an Awesome guide. i've commented before saying that even though i have my router portforwarded it still didnt work. But i've finally figured out why it did.
    !!!! ATTENTION !!!!
    if you have a DSL modem from embarq, you will have to port forward ports for that too. so type in 192.168.2.1 in a browser, the password is 1234, so just hit enter, and if nothing happens, restart your modem with a pen in the back of it. i hope this helped.... it helped me..

  155. 155
    Jordan | May 9, 2008 at 17:57 / 5:57 PM | Links to this comments | Reply

    @ Izone22
    it seems to be that you used a different username for your mangos. what you will do is, go into your reaper mangos folder, and use the reaper-easy .exe thing in there. LEAVE THE USERNAME as admin, just hit enter, and pick a password. then in the menu hit option 4, when it asks for username and password give it those 2 u just entered.
    and World is your mangos.

  156. 156
    godz | May 10, 2008 at 21:21 / 9:21 PM | Links to this comments | Reply

    At step 3 i did all of it, typed the DNS server's name, name of my desired realm and when i pressed enter it showed me this:
    ERROR 1049 at line 1: Unknown database 'realmd'

    so...what gives?

  157. 157
    godz | May 10, 2008 at 21:29 / 9:29 PM | Links to this comments | Reply

    hi i got stuck at step 3
    i did all step 1 and 2 without any troubles but after that i get an error saying that database 'realmd' is not recognized? what gives?
    help?

  158. 158
    godz | May 10, 2008 at 21:31 / 9:31 PM | Links to this comments | Reply

    i also got the same error as izone22 after i tried a different user and password exempt the root one
    can someone tell me how to do it STEP by STEP? pls :)

  159. 159
    Firane | May 19, 2008 at 4:14 / 4:14 AM | Links to this comments | Reply

    @godz
    ok heres an alternate guide for step 3
    open SQLyog
    find realmd on the left side
    then click realmlist
    then in the middle of the screen click "3.table data
    implement the name of the server into the name table
    put you ip from "whatismyip.com" into the address
    click the little save button that is above id
    follow the rest of reaper's guide
    hope that helps

  160. 160
    samminator | May 24, 2008 at 7:02 / 7:02 AM | Links to this comments | Reply

    hay great guide it works for the most part but once i try and log into wow i get a message along the lines of cannot connect to this realmlist server

  161. 161
    Caboose45 | May 25, 2008 at 7:48 / 7:48 AM | Links to this comments | Reply

    This guide is very descriptive, but no matter what I do, I get stuck at Part 3 of the guide.

    Im using the most recent reaper-Mangos (the one for version 2.4.2) and I can play my server by myself. When I add my DNS account and my realm name to the raptor mangos program, I get an error that says

    "ERROR 1064 at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near's realm;, 'adress' ='oliverserver.ath.cx' WHERE 'id' = 1 LIMIT 1; SELECT * FRO' at line 1"

    Can anyone tell me how to fix this?

    I repeat, my server works just fine for myself, but this part of the guide just wont work for me.

  162. 162
    Firane | May 27, 2008 at 11:04 / 11:04 AM | Links to this comments | Reply

    @Caboose45
    Don't be a retard
    if u go up 2 posts i have an "alternate step 3 guide" L2LOOK

  163. 163
    Weiss935 | May 28, 2008 at 21:15 / 9:15 PM | Links to this comments | Reply

    please i need help! I have portforwarded my router right and my firewall is off and i've done everything right i think but i am offline for my friends

  164. 164
    Firane | May 29, 2008 at 5:58 / 5:58 AM | Links to this comments | Reply

    @Weiss935
    ok that doesnt tell me anything
    but it any case
    try my alternate step 3 and tell me if it works
    its 4 posts up

  165. 165
    Weiss935 | May 30, 2008 at 1:59 / 1:59 AM | Links to this comments | Reply

    what is SQLyog?

  166. 166
    Firane | May 30, 2008 at 6:13 / 6:13 AM | Links to this comments | Reply

    @Weiss935
    If u dont have sqlyog u can't run ur server...
    u would have downloaded it...
    oh my god..
    its the purple dolphin

  167. 167
    Daniel Walker | May 30, 2008 at 7:33 / 7:33 AM | Links to this comments | Reply

    Awesome guide! Thank you. This helped me get my server public!

  168. 168
    Weiss935 | May 30, 2008 at 20:50 / 8:50 PM | Links to this comments | Reply

    i don't really understand your guide :(

  169. 169
    Weiss935 | May 30, 2008 at 20:51 / 8:51 PM | Links to this comments | Reply

    but i have sqlyog now

  170. 170
    Firane | May 30, 2008 at 21:18 / 9:18 PM | Links to this comments | Reply

    @Weiss
    its not that confusing wow..

  171. 171
    Weiss935 | May 30, 2008 at 21:25 / 9:25 PM | Links to this comments | Reply

    i'v done it in your step 3 but it doesn't work anyway.

  172. 172
    Helped | May 31, 2008 at 14:04 / 2:04 PM | Links to this comments | Reply

    OMG Thank you soo much it took me soo long to find out how to do this and you helped soo much thank you so much

  173. 173
    Anthony | May 31, 2008 at 23:56 / 11:56 PM | Links to this comments | Reply

    I am having a problem setting up port forwarding. I go to make the ip address my public ip which I will say is 68.150.171.***
    and the D-Link page that I'm using says that IP address for 'realmd' should be within LAN subnet 192.168.0.0.

  174. 174
    M357 | Jun 1, 2008 at 18:22 / 6:22 PM | Links to this comments | Reply

    I have probblem with realm log in port.
    I have changet it alredy 30 + different ports.
    System says its opened but noone cant log in they mostly stuck in authenticating or character receiving

  175. 175
    Weiss935 | Jun 2, 2008 at 3:27 / 3:27 AM | Links to this comments | Reply

    i have done everything now, and i'm sure it is right. could it be something with my router? i have D-Link DSL-G604T.

  176. 176
    Soulslave | Jun 2, 2008 at 22:30 / 10:30 PM | Links to this comments | Reply

    I dont know what im doing wrong, i belive it's the fact i have no idea what im doing when i set up my DNS name, I used EveryDNS.net, and I'm 80% sure Im not doing something right. When i go to set up my Mangos to configure the realmd, i type my dns name, my password and all of that, but i get this error on the last step.

    ERROR 1064 at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Server', 'address' = 'soulslaveswowserver.com' WHERE 'id' = 1 LIMIT 1; SELECT ' at line 1

    if someone could tell me how to fix that, it would be appreciated, oh and im using MySQL version 5.0 and MaNGOS 5953.

  177. 177
    SINRULES | Jun 3, 2008 at 2:49 / 2:49 AM | Links to this comments | Reply

    Need Help. I have tried everything to fix the loopback issue and nothing seems to work. I have no issues at all working from my internal LAN but from the internet it's loopback hell. Local server IP is 192.168.1.104

    1. Regisetered "xxxxxxxx.servegame.org" - also added in my local Linksys router as DDNS service update.

    2. Set "xxxxxxxx.servegame.org" in realmlist table in MYSQL and ID set to 1.

    3. Modified HOST file on server with: 192.168.1.104 xxxxxxxx.servegame.org

    4. Opened every port known to man on linksys firewall:
    9090
    9097
    9999 ( instead of 3247 ) - Also in realmd.conf
    8085
    3343
    1401
    9100
    8080
    8086
    8087

    5. realmd.conf:

    LoginDatabaseInfo = "192.168.1.104;3306;root;xxxxx;realmd"
    LogsDir = ""
    MaxPingTime = 20
    RealmServerPort = 9999
    BindIP = "192.168.1.104"
    PidFile = ""
    LogLevel = 0
    LogTime = 0
    LogFile = "Realmd.log"
    LogTimestamp = 0
    LogFileLevel = 0
    LogColors = ""
    UseProcessors = 0
    ProcessPriority = 1
    RealmsStateUpdateDelay = 20

    6. mangos.conf

    RealmID = 1
    DataDir = "C:\Reaper-X\Reaper MaNGOS 5953"
    LogsDir = ""
    LoginDatabaseInfo = "192.168.1.104;3306;root;xxxxx;realmd"
    WorldDatabaseInfo = "192.168.1.104;3306;root;xxxxx;mangos"
    CharacterDatabaseInfo = "192.168.1.104;3306;root;xxxxx;characters"
    MaxPingTime = 20
    WorldServerPort = 8085
    BindIP = "192.168.1.104"

    7. Friends trying to connect to me use "set realmlist xxxxxxxx.servegame.org:9999" in realmlist.wtf

    8. What I'm running:

    UDB release 0.10.2: "Fisherman's Friend"
    Core 5949+ (for 2.4.2 ONLY)
    Windows 2003 Enterprise Server 2.8Ghz / 2 GB Ram
    Linksys: WRT300N Version 1

    What am i missing???? BTW - tried Hamachi - no luck there...

  178. 178
    Firane | Jun 3, 2008 at 5:24 / 5:24 AM | Links to this comments | Reply

    @SINRULES
    try doing this
    get new mangosd.exe and realmd.exe and start over
    change them so that it looks like this
    LoginDatabaseInfo = "127.0.0.1;3306;root;XXXXX;realmd"
    same for all the rest
    then go to whatismyip.com and copy that number
    open SQLyog
    find realmd on the left side
    then click realmlist
    then in the middle of the screen click “3.table data
    implement the name of the server into the name table
    put you ip from “whatismyip.com” into the address
    click the little save button that is above id
    put that new number into your realmlist (your ip address) and run the game
    thats how mine works

  179. 179
    Firane | Jun 3, 2008 at 5:24 / 5:24 AM | Links to this comments | Reply

    @Soulslave
    do the same thing

  180. 180
    paint | Jun 3, 2008 at 7:28 / 7:28 AM | Links to this comments | Reply

    Hey man thanks for the guide i finaly got it going, guess i was having trouble with "The default realmd port (3724) conflict with Blizzard " part so i switchd the port to a new one like said an seems to be working. I now can connect from a remote location.

  181. 181
    SINRULES | Jun 3, 2008 at 8:38 / 8:38 AM | Links to this comments | Reply

    Firane - What are you binding your IP to in the ".conf" files? Your local LAN IP??

    Thanks.....

  182. 182
    Firane | Jun 3, 2008 at 9:19 / 9:19 AM | Links to this comments | Reply

    @SINRULES

    127.0.0.1
    just like that
    trust me it works
    thats how i do it

  183. 183
    SINRULES | Jun 3, 2008 at 9:26 / 9:26 AM | Links to this comments | Reply

    Firane - Made the changes.... Stepped outside my house so I can connect to someone else's wireless ISP for a tru test outside my own network ( shhhh... ) then connected and BINGO..... Sweet, you rock.. THANKS A TON !!

  184. 184
    Firane | Jun 3, 2008 at 11:37 / 11:37 AM | Links to this comments | Reply

    @SINRULES
    yw =)
    always just trying to help out here =D

  185. 185
    Greg | Jun 4, 2008 at 17:16 / 5:16 PM | Links to this comments | Reply

    What if your router already port fowards on its own? I Use A Speed Stream 6300 DSL Wireless Gateway

  186. 186
    Greg | Jun 4, 2008 at 17:18 / 5:18 PM | Links to this comments | Reply

    Bump^ It Works Fine Just Wondering Other Peoples Thoughts On It

  187. 187
    weiss | Jun 5, 2008 at 19:38 / 7:38 PM | Links to this comments | Reply

    if i set bind ip to 127.0.0.1 i can't connect to my server with my ip or the router ip just 127.0.0.1

  188. 188
    weiss | Jun 5, 2008 at 19:39 / 7:39 PM | Links to this comments | Reply

    and if i set the bind ip to my routers ip and open the realm it says that it cant bind to my routers ip

  189. 189
    Weiss935 | Jun 5, 2008 at 23:43 / 11:43 PM | Links to this comments | Reply

    it doesnt't work for me to make the bind ip to 127.0.0.1. my server isn't online for anybody and i have portforwarded everything on my ip and when i try to login self i can just connect to the ip 127.0.0.1

  190. 190
    Weiss935 | Jun 5, 2008 at 23:44 / 11:44 PM | Links to this comments | Reply

    it doesnt’t work for me to make the bind ip to 127.0.0.1. my server isn’t online for anybody and i have portforwarded everything on my ip and when i try to login self i can just connect to the ip 127.0.0.1

  191. 191
    Firane | Jun 7, 2008 at 13:28 / 1:28 PM | Links to this comments | Reply

    @Weiss935
    im sorry but ur just annoying
    just give up

  192. 192
    Weiss935 | Jun 7, 2008 at 17:12 / 5:12 PM | Links to this comments | Reply

    oh i'm sorry, something happend. i just wrote one comment and then it comes just a bounch off messages :S

  193. 193
    djosh | Jun 8, 2008 at 2:39 / 2:39 AM | Links to this comments | Reply

    Ok I used prt forwarding and it was working for 1 day, but then I tried doing it again today and it says the ports are closed. I went back to my router site, and I can't find where the 2 ports are but it says they are still there when I try to make a new one. What am I doing wrong??

  194. 194
    Weiss935 | Jun 11, 2008 at 0:07 / 12:07 AM | Links to this comments | Reply

    Hi everybody :D i just want to thank all who helped me out to fix my server online, :D

  195. 195
    xeto | Jun 17, 2008 at 3:01 / 3:01 AM | Links to this comments | Reply

    omg i keep getting error 1045 on step 3. what's
    the password for mangosmod@localhost???

  196. 196
    Reaper-X | Jun 17, 2008 at 8:00 / 8:00 AM | Links to this comments | Reply

    # xeto

    are you getting mysql error 1045? if so that means you didn't write the correct username and or password because error 1045 means access denied

  197. 197
    KazzaksRevenge Private Server | Jun 26, 2008 at 9:18 / 9:18 AM | Links to this comments | Reply

    I followed every step. My ports a forwarded. When I try to connect to my server. It says sucess but then I get an error. It says "Unable to connect to realm list server".

    Anybody know why this problem is happening?

  198. 198
    bobomob | Jul 3, 2008 at 3:44 / 3:44 AM | Links to this comments | Reply

    i got my server up and everyone else can connect to it but when i try it tries to connect, lets me choose my realm then after loading for a while at the character screen it goes back to the realm select screen, other people are logging in with no problems

  199. 199
    dan | Jul 7, 2008 at 4:47 / 4:47 AM | Links to this comments | Reply

    wow... my friend can get on my wow server ( i used this guide) but i cant.. and im on the comp running the script? i get frozen at char screen.. and im using a diff port to 3724 and i have 8085 and my port forwarded properly

  200. 200
    Shandragontear | Jul 16, 2008 at 13:21 / 1:21 PM | Links to this comments | Reply

    Hey, I'm gunna be setting up a server but I plan on paying to have it hosted, rather then running it from my own computer. Would the set up to make it public be the same?

  201. 201
    Danneedshelp | Aug 3, 2008 at 16:11 / 4:11 PM | Links to this comments | Reply

    i'm having a hard time getting my dns server public. when i choose option 5 to set up lan, and go through the steps, i don't see my ip address and realm name that i chose. i used no-ip.com to create a free dns name, but still isn't working..i just get error 1045: access denied, blah blah blah
    i'll check back here for answers soon, but if you know the solution, you have my permission to e-mail me directly at fireworksheavens@yahoo.com
    hope to hear from one of you soon, either reaper himself, or somebody reading this
    thanx

  202. 202
    Danneedshelp | Aug 3, 2008 at 16:13 / 4:13 PM | Links to this comments | Reply

    NEVERMIND, just ran it again and it works now...figures :p

  203. 203
    Danneedshelp | Aug 3, 2008 at 17:20 / 5:20 PM | Links to this comments | Reply

    bah, having a new problem now. i've port forwarded 10001 for realmd and 8085 for world, and using the utorrent tests, i get the message saying those ports aren't open, even though i followed my routers instructions to the letter. do i need to modify my realm and mangos conf files?
    i've read above at other peoples problems and their solutions didn't work for me, so, i'm stuck

  204. 204
    Danneedshelp | Aug 4, 2008 at 6:43 / 6:43 AM | Links to this comments | Reply

    ok, this is getting annoying. my router, actiontec m1424wr is the retarded kind where i have to set a static ip address in order to port forward custom programs...what a pain..i'm almost ready to give up

  205. 205
    CopperM0E | Aug 4, 2008 at 11:39 / 11:39 AM | Links to this comments | Reply

    Dan, don't give up, you're allmost there. I can't say much good for the router situation except maybe buy a newer one. I know, easier said than done. I do not know if the router you use is supplied by your ISP or not, but if it's not, then purchasing a newer one, even a cheap Lynksys or Netopia would work great. If it IS supplied by your ISP, surely other routers would be compatable. (although they probably won't admit it or suggest that if you change it they cannot support your problems, which is understandable since they are all reading from 'scripts' and screenshots.) Mine, for example, is a cable-modem attached to a wireless router. The modem itself just gets the broadband signal and all that fancy stuff. The router grabs the IP and assigns ip's to all machines on the network...unless you specify them as I have, then this whole port-forwarding thing works like a charm.

  206. 206
    Danneedshelp | Aug 5, 2008 at 9:37 / 9:37 AM | Links to this comments | Reply

    @ coppermoe

    yea, it's isp provided..verizon fios.
    i've hosted other games before, like warcraft 3 customs, halo: ce, and rise of nations, but when trying to port forward realmd and mangosd, i suddenly hit a wall of problems..figures.
    i'm still tryin though, kinda, so haven't completely given up..yet

  207. 207
    Danneedshelp | Aug 5, 2008 at 17:47 / 5:47 PM | Links to this comments | Reply

    IT'S WORKING, IT'S WORKING, IT'S WORKING!!!!!!
    ME LO VE Y O U COPPERMOE!!!!!!!

  208. 208
    Daniel | Aug 18, 2008 at 0:16 / 12:16 AM | Links to this comments | Reply

    my public server is up and running, and my friend was able to join successfully, but there's one problem: he can use all the gm commands i can, with the exception of the .additem. I gave him gm level 5, same as me, but he can't add anything to his inventory with that command. It's giving him the invalid id error message. Any ideas why?

  209. 209
    colt45 | Aug 18, 2008 at 7:43 / 7:43 AM | Links to this comments | Reply

    umm hi

  210. 210
    Graeme | Aug 28, 2008 at 21:50 / 9:50 PM | Links to this comments | Reply

    Ok guys lets see if you can help me

    i just made my server public but now i cant connect, im just wondering what do i set the realmlist to on the host PC.

    also i have it sort of working as a public server, i test it on my laptop over the internet and i can connect but it then comes up with "Unable to connect to realm list server"

    any ideas why this is and how i could fix it would be much helpfull

  211. 211
    Entropy | Sep 3, 2008 at 23:46 / 11:46 PM | Links to this comments | Reply

    Hey I have been trying this and it all goes fine except I get
    ERROR 1049 t line 1: Unknown database 'realmdmod'
    I have it as realmd and tbh no idea where this mod came in on the end. Any ideas?

  212. 212
    Amethyst | Sep 21, 2008 at 5:11 / 5:11 AM | Links to this comments | Reply

    I have Motorola modem SB5100. I did some research on it, and apparently it can't foward ports. Am I screwed?

  213. 213
    Amethyst | Sep 21, 2008 at 5:12 / 5:12 AM | Links to this comments | Reply

    *forward

  214. 214
    Aekom | Sep 21, 2008 at 7:37 / 7:37 AM | Links to this comments | Reply

    @amethyst

    if you dont have a router then u'll have no problem with the ports.

    port forwarding is only to allow specific ports through the firewall.

  215. 215
    Walkinshaw | Sep 28, 2008 at 12:38 / 12:38 PM | Links to this comments | Reply

    I have read through all these posts but I still have not seen a fix for a number of people who have asked this question.

    Public server over the internet working fine. Friends can log in outside the network. I can log in using the host PC on my internal network, BUT no one else in my internal network can connect. It just gets stuck at the realm screen.

    All outside computers are using the DNS I setup at no-ip.com and work fine.

    My Realmlist on the host computer setup as 127.0.0.1 working fine and I can play with my friends.

    All other computers on my internal network, no matter what I set the realmlist.wtf file to on the computers (the internal hosts ip address or the DNS address) it will let them log in but it won't get past the real selection screen. Stays in a loop.

    How to fix this????

  216. 216
    Amethyst | Oct 2, 2008 at 10:04 / 10:04 AM | Links to this comments | Reply

    I don't know how to set my modem up to port foward?

    Apparently it cannot from the research I've done.

  217. 217
    Walkinshaw | Oct 4, 2008 at 12:53 / 12:53 PM | Links to this comments | Reply

    Got it working.

    *** FOR ANYONE WANTING TO HAVE PEOPLE CONNECTING VIA LAN AND ALSO OVER THE INTERNET AT THE SAME TIME ***

    The problem I had if you can read my above post was not setting the HOST file on each computer on the LAN.

    What you need to do is on each LAN computer inside the WOW directory, setup the REALMLIST.WTF file to your DNS host name.

    Example, Set Realmlist server.no-ip.info

    Then setup the HOST file on each individual LAN PC as follows:

    Mangos server IP (The hosting LAN PC) server.no-ip.info

    Example 192.168.1.2 server.no-ip.info

    Now I can log in locally on any computer on my LAN and my friends can play over the internet at the same time.

  218. 218
    Amethyst | Oct 11, 2008 at 9:40 / 9:40 AM | Links to this comments | Reply

    Never mind, got a new modem.

  219. 219
    jc3452 | Oct 13, 2008 at 11:49 / 11:49 AM | Links to this comments | Reply

    Hey, I keep getting this error:

    Database: applesaregreatonwow.no-ip.biz;3306;root;xxxx;realmd could not connect to MySQL database at applesaregreatonwow.no-ip.biz: Can't connect to MySQL server on 'applesaregreatonwow.no-ip.biz' (10060)

    Cannot connect to database

    I have tried using 127.0.0.1 just for me to connect and it works till I get to the character selection screen then it kicks me out back to the realm list.

    If anyone can help me with this please do, been having a time getting this going.

  220. 220
    Spritz | Oct 15, 2008 at 19:44 / 7:44 PM | Links to this comments | Reply

    I'm all up and running locally but having a few issues opening my ports, router is all set correctly. I think it's down to the fact I'm running DHCP which might be the case for lots of others too. I'm going to set up the static IP tonight and fingers crossed that should open up ports 3724 & 8085.

  221. 221
    Etcorbit | Nov 4, 2008 at 11:24 / 11:24 AM | Links to this comments | Reply

    two things....one....how to do edit the C:\WINDOWS\system32\drives\etc\hosts????

    and two....no matter what i do i cannot connect to the server no matter when IP or DSN i put it it wont let me connect......i dont know what im doing wrong.....but a good ventrillo chat or msn chat would be nice.....or an answer here would be nice....i dont care lol...ill take all the help i can get at this point......add me on MSN if u have any clue as to what im doing wrong

    Kaz3Jr@yahoo.com
    (the K and J are Cap's)

    thanks

  222. 222
    Chrit | Nov 22, 2008 at 2:29 / 2:29 AM | Links to this comments | Reply

    Hello,

    Thank you SO MUCH for creating these guides, they have helped me immensely.

    I have come across a problem that refuses to go away. I'm trying to make my private server public and I only reach failure.

    My DNS address is thenunsofvoarcraft.dyndns.tv
    I have edited the realmlist table in the realmd database to reflect this.
    I have edited the hosts file to say the following:
    127.0.0.1 localhost
    192.168.1.205 thenunsofvoarcraft.dyndns.tv

    I have ports 3724 and 8085 forwarded on my router, and after testing the utorrent connection, they run perfectly.
    My realmlist.wtf file reads "set realmlist thenunsofvoarcraft.dyndns.tv"

    And no matter what I do, I get the same error message: "Unable to connect to realm list server".

    I have tried changing IP addresses in the Hosts file. I have tried putting my router in DMZ. Nothing has worked. I have reviewed these guides, among other guides, time and time again and I'm continually met with failure.

    What exactly am I doing wrong? Please feel free to e-mail me at tehleslie@gmail.com. I am literally at my wit's end as I have followed these guides to the letter, and I still cannot get it to work.

  223. 223
    Chrit | Nov 24, 2008 at 10:32 / 10:32 AM | Links to this comments | Reply

    I have also tried changing the port to 10002. Again, I followed these instructions to the letter.

    I'm not running Windows Firewall.
    I'm not running Peer Guardian or anything that would block my ports.

    According to these instructions, IT SHOULD WORK. But it does not. I have been trying to do this for over a month now.

  224. 224
    Chrit | Dec 3, 2008 at 1:22 / 1:22 AM | Links to this comments | Reply

    Well, I'd just like to give a BIG THANKS to everyone who helped me figure out the problem I've been having.

    Oh wait, that's right, no one did. I figured it out on my own.

    If you've followed the instructions on this site to the letter as I have, and cannot connect (unable to connect to realm list server error) using dyndns.com as your host like I did, just forget about it. Use your public IP address and your private server will become public *snap* just like that.

    So to explain it further,

    1) Run reaper easy mangos
    2) Select option 5 to (configure for LAN party)
    3) When prompted for your LAN's IP address, just put in your public IP address (the one you get from whatismyip.com)
    4) In realmlist.wtf in your WoW folder, change the values to be your public IP address (have everyone connecting to your server do this)

    And that's it.

    I am completely baffled as to why no one has suggested this before. I am also baffled as to why Reaper-X flat out refuses to look into this problem, along with other people who try to "help" those trying to get a public server working. For me, using dyndns.com is a crock of shit, just use your public IP and you can connect just fine.

  225. 225
    Reaper-X | Dec 3, 2008 at 3:10 / 3:10 AM | Links to this comments | Reply

    # Chrit

    I'm really sorry because i didn't know there's a new comment posted here :( and also i'd like to thank you for the tips ;)

    as for DNS actually i included that because if you don't have a static ip (like me for example, and many others too), your users won't be able to connect to your server

  226. 226
    Rod | Dec 11, 2008 at 3:45 / 3:45 AM | Links to this comments | Reply

    I have a mangos server up and running. I can play the game, and others can connect and create characters and play. The problem is, their connections are very slow...500 to 2300. Very bad for trying to group in a dungeon.
    Any ideas on what I can check?

    Thanks

  227. 227
    Kyle | Dec 12, 2008 at 10:59 / 10:59 AM | Links to this comments | Reply

    Hey, i got a question, when i type in the server ip into the realmlist, then i try to play on that server, its still WoW's regular server, i cant play on privte servers only WoW's , and ive done everything i could think of to fix it but it still connects to regular wow... think you could help me out???

  228. 228
    Chrit | Dec 17, 2008 at 5:32 / 5:32 AM | Links to this comments | Reply

    Rod,

    1) What kind of Internet are you running on? DSL/Cable?

    2) Are there any programs you're running on your machine, or other machines in your network that are streaming/downloading anything?

  229. 229
    Chrit | Dec 17, 2008 at 5:34 / 5:34 AM | Links to this comments | Reply

    # Kyle

    Your realmlist.wtf should look like this:

    set realmlist *serveripaddress*
    set patchlist *serveripaddress*

    NO other values should be in this file. If you've done this correctly, there's no way in heck that WoW can connect to the regular servers.

  230. 230
    Chrit | Dec 17, 2008 at 5:38 / 5:38 AM | Links to this comments | Reply

    # Reaper-X

    Everyone and their mother is probably playing Lich King, so it's no surprise to me that no one's paying attention to these sites at the moment.

    I'm one of the few crazies out there who's playing on 2.3.3.

  231. 231
    Mario | Jan 2, 2009 at 1:57 / 1:57 AM | Links to this comments | Reply

    Hi,i followed the guide and i've put my DNS number in the LAN configuration,but when i try to connect into my server it says "Unable to connect to realmlist" and this happens also to my friends that try to connect to me.I added my dns into hosts,i opened the port 3724,i tried to change the realm port into 10200 but nothing happens and i don't know what to do.Help me!

  232. 232
    Mario | Jan 2, 2009 at 7:15 / 7:15 AM | Links to this comments | Reply

    I RESOLVED THE PROBLEM!

    The solution is really really simple...you have to set a really short dns!
    My first dns was xxxxxxxxxx.servegame.org and i didn't manage to connect...i changet it in xxxxxxxxxx.no-ip.org and i connected without the problem "Unable to connect to realmlist".Try and let me know!

  233. 233
    zyagor | Jan 13, 2009 at 0:19 / 12:19 AM | Links to this comments | Reply

    Is there a way to set this up publicly offline? I am trying to set up trinity core as a offline lan but I don't know what all I need to change to do that.

  234. 234
    grimslarcat | Jan 13, 2009 at 0:46 / 12:46 AM | Links to this comments | Reply

    @zyagor

    this should tell you all you need to know.

    http://www.reaper-x.com/2007/07/03/creating-public-server-for-lan-party-setting-up-private-wow-server/

  235. 235
    Frustrated | Jan 15, 2009 at 8:09 / 8:09 AM | Links to this comments | Reply

    I'm trying to connect to a friends private server, but I get stuck on the realm selection screen.. is there anything that needs to be done on MY part to fix this?

  236. 236
    C | Jan 23, 2009 at 3:27 / 3:27 AM | Links to this comments | Reply

    @Frustrated
    Editing the MYSQL by command line fixed the realm loop for us...
    http://www.reaper-x.com/2007/07/03/creating-public-server-for-lan-party-setting-up-private-wow-server/

  237. 237
    Nexus2322 | Jan 27, 2009 at 4:48 / 4:48 AM | Links to this comments | Reply

    can we updated this for trinity? i think im following it lol instead of using the bat to do the ip your using navicat or similar sql editor right?

  238. 238
    anya | Jan 27, 2009 at 13:21 / 1:21 PM | Links to this comments | Reply

    Click here to Download the path WoW:
    path 2.3.0-2.3.2 http://depositfiles.com/files/1jjtxn17y
    path 2.3.3-2.4.0 http://depositfiles.com/files/50c9iv0do
    path 2.4.3-3.0.2 http://depositfiles.com/files/n2r1p8zto
    addons http://depositfiles.com/files/i77aoikxj

  239. 239
    Mallob | Feb 19, 2009 at 5:43 / 5:43 AM | Links to this comments | Reply

    Hey guys, a quick question. I have my trinity server up and working great. I have went though the public server set-up entirely and I an able to log in to the public server from my computer (which is also the server). My question is what do i have to do on any computer I want to get on my server with? Do I have to install sql? Mess with the hosts or ream files. Remember, I am asking what I have to do on a computer (ie laptop) that I want to play on my server with.

    Thanks a bunch.

  240. 240
    Leon | Feb 24, 2009 at 13:45 / 1:45 PM | Links to this comments | Reply

    Mario,
    Well done mate. My Lan computers were getting the "unable to connect to realmlist". I changed to a shorter host name and now everything works. Lan machines and friends(public) can all join.

  241. 241
    Nett | Mar 14, 2009 at 5:20 / 5:20 AM | Links to this comments | Reply

    everything on the Mangos server works fine except that only the local or only the wan can connect. If set one way anyone inside our home can connect, but no one outside the home can get past the login and join the realm... Any Ideas.

  242. 242
    jeff | Apr 5, 2009 at 4:38 / 4:38 AM | Links to this comments | Reply

    hello i i using trinity core and i set up a public server i can connect and other people can connect using my dns name 1 problem thay can only get in to the world and play if no 1 from my house has connected yet as soon as some logs in and gets in to the world eny 1 out sode of my house gets disconnected and sent back to the realm screen and cant get back into the relm intill i reset the server .. how do i make it were people wont get disconnected from the server wen some 1 from my house logs in and starts playing

  243. 243
    Neged | Jun 27, 2009 at 16:50 / 4:50 PM | Links to this comments | Reply

    Reaper(or anyone), i have a problem
    my friend can log into my server...
    when i do dyndns and everything...
    but i can not...
    why is that?
    and how do i fix it?
    im using ovislink corp airlive something ( the modem/router)

6 Trackback(s)

  1. From Reaper Mangos Installation / Upgrade Guide » Reaper-X .:[ ID ]:. | Feb 4, 2008
  2. From Creating Public Server for LAN Party - Setting up Private WoW Server » Reaper-X .:[ ID ]:. | Feb 4, 2008
  3. From Reaper Mangos 5225 - Easy WoW 2.3.3 Private Server » Reaper-X .:[ ID ]:. | Feb 16, 2008
  4. From Setting up LAN on Reaper-x MaNGOS (making it public) help « Steveya… | Feb 16, 2008
  5. From Reaper Mangos FAQ » Reaper-X .:[ ID ]:. | Jul 9, 2008
  6. From "Arcane-Fire" UR1 MaNGOS (2.4.3) » Reaper-X .:[ ID ]:. | Jul 27, 2008

RSS Feed for This PostPost a Comment

Line and paragraph breaks automatic, e-mail address never displayed, avoid using spammy words or phrases to prevent your comment from going into the oblivion, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>