Jump to content
  • 0
Sign in to follow this  
Aurora

What if I want host my server on my own pc?

Question

18 answers to this question

Recommended Posts

  • 0

What do I need? What are the things I need to change? 

 

TIA!

You better have one hell of a computer and an internet company. Then you'll need to keep your computer on 24/7. 

Share this post


Link to post
Share on other sites
  • 0

If this leased ip got your server yes it can works.

If if got in your router, can be complicated configuration.

Share this post


Link to post
Share on other sites
  • 0

I'd not advice you to host a server on your own PC, unless it's a test server.

 

But if you really want it so you'll need to have a compiler ready, depending on your OS (gcc, MSVC and so on), as well as set up a SQL server. Usually people go with WAMP/LAMP setup to get all they need in one go (MySQL is included, it also has PHP/Apache, but those are not needed for server to run).

 

Further, you'll preferrably need white IP so your IP won't change on PC/router/whatever reload. Otherwise you can use www.noip.com as stated above.

 

Also, you'll need to check in with your router settings to approve all incoming/outgoing connections on specific ports you set up for your server, you can find a handful of sites that can do that check by simply searching on google.

 

Otherwise from that the setup/configurations doesn't change much from doing all of this on a VPS.

Share this post


Link to post
Share on other sites
  • 0

I'd not advice you to host a server on your own PC, unless it's a test server.

 

But if you really want it so you'll need to have a compiler ready, depending on your OS (gcc, MSVC and so on), as well as set up a SQL server. Usually people go with WAMP/LAMP setup to get all they need in one go (MySQL is included, it also has PHP/Apache, but those are not needed for server to run).

 

Further, you'll preferrably need white IP so your IP won't change on PC/router/whatever reload. Otherwise you can use www.noip.com as stated above.

 

Also, you'll need to check in with your router settings to approve all incoming/outgoing connections on specific ports you set up for your server, you can find a handful of sites that can do that check by simply searching on google.

 

Otherwise from that the setup/configurations doesn't change much from doing all of this on a VPS.

Thank you guys for your response. And yes, it is only a test server. I'm using XAMPP for my SQL server. I'm gonna try www.noip.com. I'll keep you guys posted :) /no1

 

 

But changing the IP to my leased IP on the server config and clientinfo will do the trick? or no?

use this :) http://www.noip.com/

also be sure to open the port used in your map char and login server

Can you tell me more about this? I'm kinda lost in the port forwarding part. I already registered a DNS and I'm stucked. TIA! <3

Port_Forwarding.png

Edited by Aurora

Share this post


Link to post
Share on other sites
  • 0

regarding port forwarding, you will only do this if you want to open the server to public. But since you will only use it as a test server.. No need for that :)

Share this post


Link to post
Share on other sites
  • 0

regarding port forwarding, you will only do this if you want to open the server to public. But since you will only use it as a test server.. No need for that :)

So after downloading DUC from no-ip.com, i'll just changethe ip on my clientinfo.xml and the corresponding areas in the server side?

Share this post


Link to post
Share on other sites
  • 0

 

regarding port forwarding, you will only do this if you want to open the server to public. But since you will only use it as a test server.. No need for that :)

So after downloading DUC from no-ip.com, i'll just changethe ip on my clientinfo.xml and the corresponding areas in the server side?

actually you wont be needing that anymore since you wont be opening it as public. 127.0.0.1 will work just fine

Share this post


Link to post
Share on other sites
  • 0

 

 

regarding port forwarding, you will only do this if you want to open the server to public. But since you will only use it as a test server.. No need for that :)

So after downloading DUC from no-ip.com, i'll just changethe ip on my clientinfo.xml and the corresponding areas in the server side?

actually you wont be needing that anymore since you wont be opening it as public. 127.0.0.1 will work just fine

Well, I want some of my friends login to the server as well. D:

Share this post


Link to post
Share on other sites
  • 0

 

 

 

regarding port forwarding, you will only do this if you want to open the server to public. But since you will only use it as a test server.. No need for that :)

So after downloading DUC from no-ip.com, i'll just changethe ip on my clientinfo.xml and the corresponding areas in the server side?

actually you wont be needing that anymore since you wont be opening it as public. 127.0.0.1 will work just fine

Well, I want some of my friends login to the server as well. D:

so best way is to use noip and open the ports of map login and char server

Share this post


Link to post
Share on other sites
  • 0

 

 

 

 

regarding port forwarding, you will only do this if you want to open the server to public. But since you will only use it as a test server.. No need for that :)

So after downloading DUC from no-ip.com, i'll just changethe ip on my clientinfo.xml and the corresponding areas in the server side?

actually you wont be needing that anymore since you wont be opening it as public. 127.0.0.1 will work just fine

Well, I want some of my friends login to the server as well. D:

so best way is to use noip and open the ports of map login and char server

So I got my dns at noip. How do I open the ports? ;o

Share this post


Link to post
Share on other sites
  • 0

 

hamachi is another choice :)

Can you tell me how to use this? Please? D;

its only easy ill make it step by step.

 

Step 1 Download hamachi (search on google) 

Step 2 Click unmanage then hit download (install it after done)

Step 3 you ill see the Ipv4 of the hamachi then you need to copy it (that's will be your main IP)

Step 4 Start editing your (.conf) files

Step 5 on hamachi you will see (network) at the top then click it and you'll see (create a network)

Step 6 Put your desire password and username (that will be 1/5 slot per username including your hamachi account)

Step 7 Player should have hamachi too to connect to your server give them the password and username you created so that they can join the network

 

hope this will help you! Just tell us if you have any question and we will try to answer it as soon as we can :meh:

Share this post


Link to post
Share on other sites
  • 0

Usually there's a DMZ option on router (DeMilitarize Zone), which automatically port forwards every port to one internal IP. I think it
might be easier to use that for you.

Using this screenshot as a reference, you need to check "Enable DMZ", choose WAN network that will serve the outer connection (usually there's only one) and input your PC LOCAL IP address. I repeat, LOCAL. Usually they look something like 192.168.x.x or 10.0.x.x. To find what's your PC internal IP use:

win+R -> cmd -> ipconfig /all

Under one of interfaces you'll see something like this:

post-6385-0-95596100-1439297908_thumb.jpg

That's your internal IP address. It's an added bonus if you'll make it static.

 

I think this guide will be useful if you'll try with port forwarding anyway.

Edited by Garr

Share this post


Link to post
Share on other sites
  • 0

 

 

hamachi is another choice :)

Can you tell me how to use this? Please? D;

its only easy ill make it step by step.

 

Step 1 Download hamachi (search on google) 

Step 2 Click unmanage then hit download (install it after done)

Step 3 you ill see the Ipv4 of the hamachi then you need to copy it (that's will be your main IP)

Step 4 Start editing your (.conf) files

Step 5 on hamachi you will see (network) at the top then click it and you'll see (create a network)

Step 6 Put your desire password and username (that will be 1/5 slot per username including your hamachi account)

Step 7 Player should have hamachi too to connect to your server give them the password and username you created so that they can join the network

 

hope this will help you! Just tell us if you have any question and we will try to answer it as soon as we can :meh:

I'll keep you guys posted about this one. Thank you @ :no1:

Edited by Aurora

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.