(adsbygoogle = window.adsbygoogle || []).push({});
Without Hamachi Tutorial:
You must login or register to view this content.
With Hamachi Tutorail:
You must login or register to view this content.
How to Host a RSPS (Without Hamachi)
What you need:
- Winrar: You must login or register to view this content.
- Java JDK: You must login or register to view this content.
- Basic Java Knowledge
_________________
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
_________________
Getting No-Ip
Well, if you're going to have your server remain public, you're going to have to get No-Ip. No-Ip is a free service where you can use for websites, or servers.
First, you're going to go here and register an account at the site. You will then click 'Your No-IP' at the top right corner of the page. Then you need to click the 'Hosts and Redirects' button. After you have done so, it will bring you to a page showing your listed domains that you have added, though if you haven't added any you're going to click 'Add a host'. After you have added your desired domain, you're going to need to download the No-Ip Duc, located if you click the button '

ownload' on the main page. Like you have done before when downloading Java, you're going to need to select your operating system and let it download.
_________________
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
Now once you have downloaded No-Ip Duc, run it and it should look like the picture below.
You must login or register to view this content.
_________________
Setting up your Environmental Variables
Environmental variables are what allows you to run your server with Java, without it you would simple get 'The path is not yet specified' so this is an extremely important step. We will firstly open 'My Computer' and click 'View System Information'. As you do this, a small applet displaying several tabs, and you will select the one that says 'Advanced' and at the bottom, click 'Environmental Variables'. Now what you're going to do, is go to your 'Path' and 'Classpath' variables and edit them.
In your Classpath variable, you're going to take everything currently inside it and edit it with your latest version of JDK, so right now it would be;
CLASSPATH=C:\Program Files\Java\jdk1.6.0_11\bin;%CLASSPATH%;
Though if a newer version comes out, you would change the 'jdk1.6.0_11' to the newest version.
After you have done the Classpath variable, you're going to find the Path variable and add the code below inside it.
C:\Program Files\Java\jdk1.6.0_11\bin;
The same goes for Path, if you download a newer version of JDK then you're going to change the 'jdk1.6.0_11' to your current version.
_________________
Downloading a source/base
We're going to need to have something to start from, so choose one from the download section
You must login or register to view this content.. The base you've downloaded could be anything you want, it's your choice. Now when you had downloaded the Winrar program earlier, this is where you'll be using it. Once you have found the base of your choice, you will need to go into the base file, and once you've done so you need to right click it and click 'extract'. Once it's done extracting, you then are free to roam about your source.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
_________________
PortForwarding
From what I've seen from many of you members is that PortForwarding is the hardest step to comprehend, so I'm going to try . As I have an old router I may still attempt showing you how, though if anyone feels they may give me pictures of their router that would be great.
First of all, portforwarding is merely a step to allow people connecting to your computer, but in this case it's for connecting to your server. We will first start off by opening your command prompt or 'cmd' through your startup window and typing 'ipconfig' which will bring up a list of details relating to your computer, but all we really need is your default gateway. You can find your default gateway if you scroll down, so once you have done that, open up your internet browser and type it in. This will then bring up your router page, and you will need to click something like 'Applications and gaming', though mine just says 'Firewall'. After you have clicked this, you need to add a new user defined application. Any name is compatible, as long as you follow the syntax shown below and set the application to 'hosted'.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.