[Guide] Making a Private Server and getting it public! menu

User Tag List

Page 1 of 10 12345 ... LastLast
Results 1 to 15 of 136
  1. #1
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Making a Private Server and getting it public easy! UPDATED works for me!

    I will get you a server and public today!

    Ok download any repack but for this i will use Ac Web Repack 7.8 from

    Download here!

    while it's downloading you may aswell get MySQL and Navicat, they are your lets say "directories" to your server.

    Navicat: Navicat for MySQLget the lite version (scroll down)

    MySQL: MySQL get the community version.

    Ok once they have downloaded install the AC web repack. It will save to your C:/ drive.

    Now to go to Arc Emu and save it in a new file anywhere (desktop for example)

    Extract it into your new file and there is all your config files.

    Once MySQL has downloaded install and follow the steps and same with navicat make sure you use basic installation.

    Once it is all done open the Repack in the C:/ drive and go to:

    Server > mysql > and click on mysql_install service.

    Now open navicat and make a new connection with the standard for AC repack.

    Connection Name: Ascent
    Hostname/IP: leave as Localhost or 127.0.0.1
    Port: 3306
    Username: root
    Password ascent

    There now you can access your Database.

    Making public

    First to portforward:

    In your browser bar type in 192.168.1.1

    It will need a password and user name here are some standard access users and passwords:

    Admin, Admin
    Admin, Password
    Admin, (nothing)

    Now port forward these:

    3306 - 3306
    8129 - 8129
    8093 -8093
    6112 - 6112
    6881-6999
    3036 - 3036
    8050 -8050


    Click here for help portforwarding

    FOR BOTH UDP and TCP Once your done.

    GO TO Dynamic DNS hosting service!

    Make an account then follow these steps:

    Click on
    Services
    then
    DynamicDNS
    then
    Press Get Started

    Fill out the table and make sure you use the Auto Detected IP and have wildcard Checked. Once done click create host and write down the name.

    Then go to whatismyip

    For you external IP which you need (write it down).

    Go to Start, run and type in CMD or Command

    Type in /ipconfig and a list will come up.

    Find your IP address and write it down EG: 192.168.1.X

    Go to Start, Run and search C:\Windows\System32\Drivers\etc

    And open hosts with notepad.

    Down the bottem add this in:

    ip config IP Your.DynDNS.host
    whatismyip IP Your.DynDNS.host

    So it looks like this for example:

    192.168.1.12 mydns.game-host.org
    51.234.212.31 mydns.game-host.org


    Ive seen Localhost or 127.0.0.1 in it, which is not necesary

    NOW go to your Arc Emu file and open "configs" and open your Arc-REALMS.conf file

    And change these fields:

    Code:
    <LogonServer Address = "your DynDNS"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    Code:
    Realm1 Name = "Jackies Sanctum"
            Address = "whatismyip.com:8129"
            Icon = "PVP"
            Population = "1.0"
            TimeZone = "1">
    KEEP THE :8129

    Now open you Arc-LOGONSERVER.conf file.

    Code:
    <Listen Host = "DynDNS"
            ISHost = "Ipconfig IP"
            RealmListPort = "3724"
            ServerPort = "8093">
    Now get your friends to change there realmlist to your DNS and your ready to play!

    Bonus HELP!

    Open your World.conf files and delete the Die directives and the localization setup so your optional.conf file can work (means optional instant 70 and more!)

    Realm Looping

    Open your Realms.conf file and change the following:

    Code:
    <LogonServer Address = "127.0.0.1"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "2">
    And down the bottom add:

    Code:
    <Realm1 Name = "Jackies Sanctum"
            Address = "whatismyip.com:8129"
            Icon = "PVP"
            Population = "1.0"
            TimeZone = "1">
    
    <Realm2 Name = "Admin Only"
            Address = "IpconfigIP:8129"
            Icon = "PVP"
            Population = "1.0"
            TimeZone = "1">
    Open you ascent-logonserver.conf and change:

    Code:
    <LogonServer RemotePassword = "ascent"
                 AllowedIPs = "IpconfigIP/32"
                 AllowedModIPs = "IpconfigIP/32">
    See the /32 if it doesn't work for you change it to /24 depends on the modem

    Remember start your server using the arc emu file the AC web in your c:/ drive is a directorY!

    If you need help post here!
    Last edited by Jackie Moon; 08-31-2008 at 12:05 AM.
    Check out my YouTube: SkeetzGaming

    [Guide] Making a Private Server and getting it public!
  2. #2
    Houston3's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant get it to work

  3. #3
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what part??
    Check out my YouTube: SkeetzGaming

  4. #4
    Fuzzypill0w's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Server connection from 192.168.1.103:1294 DENIED, not an allowed IP

    That's What i got

  5. #5
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fuzzypill0w View Post
    Server connection from 192.168.1.103:1294 DENIED, not an allowed IP

    That's What i got
    Oh my bad thats easy to fix ill update the guide but ill tell you want to do.

    Open you ascent-logonserver.conf and change

    Code:
    <LogonServer RemotePassword = "ascent"
                 AllowedIPs = "192.168.1.XX/32"
                 AllowedModIPs = "192.168.1.XXX/32">
    put your IP which is 192.168.1.103 so just copy and past this

    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "192.168.1.103/32"
    AllowedModIPs = "192.168.1.103/32">

    and you will be fine
    Check out my YouTube: SkeetzGaming

  6. #6
    ryshu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah it messes up for me also but with this instead

    "Connecting to logonserver on 'unkn.servegame.org'
    Authenticating...
    Authentication timed out.


    " Wait never mind I figured it out, I just had to change :

    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "192.168.1.103/32"
    AllowedModIPs = "192.168.1.103/32">

    The "/32" had to be "/24"
    Last edited by ryshu; 07-08-2008 at 10:54 PM.

  7. #7
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes /32 and /24 depends on the person connection in some way.
    Check out my YouTube: SkeetzGaming

  8. #8
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BUMP has been awhile and i updated adding screenies soon!
    Check out my YouTube: SkeetzGaming

  9. #9
    kabanos99's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    hi

    Hey guys it seems to tell me when i come to run my server its not public it tells me when i run "arcemu-logonserver" it tells me "this application failed to start because application configuration is incorrect" pls help me anyone if u need any email address send me on

    kabanos99 @ hot mail.com or Bimbocherb @ yahoo.com pls any help is good=)

  10. #10
    alamohippo's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did all this and my friends can SEE the realm but they are getting a realm loop...
    Any ideas on how to fix it?

  11. #11
    Sandile's Avatar Member
    Reputation
    32
    Join Date
    Aug 2008
    Posts
    314
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got a problem.
    This part doesnt seems to work for me:

    Ok once they have downloaded install the AC web repack. It will save to your C:/ drive.

    Go to My Computer and to the C:/ drive and open Ac Web Repack and there you have it your whole server.

    Once MySQL has downloaded install and follow the steps and same with navicat make sure you use basic installation.
    ___________________________________________________________
    Once it is all done open the Repack in the C:/ drive and go to:

    Server > mysql > and click on mysql_install service.

    ___________________________________________________________

    because when I open mysql_installservice
    it says like this :

    ___________________________________________________________

    Installing MySQL as an service
    Unable to find the Searchway.
    Unable to find the Searchway.
    Try to start the MySQL deamon as service ...
    systemerror 5 have occured.

    acces denided.

    Press any key to continu.
    ___________________________________________________________

    its not exacly like that but I cant translate anybeter from swedish to english.
    I hope you understand it anyways.

    I got the server to work before but I couldnt update the server to 2.4.3 can you give me a link how to update to patch 2.4.3?:wave::wave::wave:+Rep+Rep

  12. #12
    saintchuck's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No realmlist pops up :s
    Last edited by saintchuck; 08-10-2008 at 08:33 PM.

  13. #13
    Ct88's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everything works great EXCEPT when I try and log on the server, the server shows up, but when I try to log on, it's stuck at "Logging into server" or "Connected" I can never get to the character creation screen...

  14. #14
    demoninky's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i tried following the directions and all i came back with was the realmlist loop. I followed the instructions on fixing that problem and the logonserver loads and instantly shuts down. any suggestions?

  15. #15
    TechnoKilla's Avatar Contributor
    Reputation
    125
    Join Date
    Jul 2008
    Posts
    327
    Thanks G/R
    1/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im haveing trouble with navi cat i made a thing called ascent now what....?

Page 1 of 10 12345 ... LastLast

Similar Threads

  1. [EPIC GUIDE] Make any private server public non hamachi
    By Gooze in forum WoW EMU Guides & Tutorials
    Replies: 12
    Last Post: 12-11-2009, 04:31 PM
  2. [Guide] Making a Private Server w/ Hamachi
    By Deathisfear in forum WoW EMU Guides & Tutorials
    Replies: 12
    Last Post: 03-31-2009, 03:14 PM
  3. [Guide] How to set up a private server and making it public
    By riley211 in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 08-07-2008, 03:42 PM
  4. [Guide] how to make a private server on the Mac OS
    By KerotheFox in forum WoW EMU Guides & Tutorials
    Replies: 8
    Last Post: 03-02-2008, 01:46 PM
  5. [Request]Nooby Guide On How To Make A Private Server Out Of Scratch
    By death1223 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-17-2007, 11:41 AM
All times are GMT -5. The time now is 05:10 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search