PDA

View Full Version : HXF Sever!!!! (maybe)



Thomas
28-12-2010, 10:23 AM
I am working on a mine craft server which will be going on a vps so it will be up 24/7.
im not sure how long it will take be since im still working out some things :P

but i'll PM all the people who reply to this thread the IP whens its up and running!

also anything you want on this server e.g the hell world place just say below.

Thomas
28-12-2010, 12:37 PM
ok i have the server working:

192.168.0.2

have ago on it, tell me if i should get it on my vps for 24/7.

level-name=world
hellworld=false
spawn-monsters=true
online-mode=true
spawn-animals=true
max-players=20
server-ip=192.168.0.2
pvp=false
server-port=25565

should i change any of that?

Stephen!
28-12-2010, 12:59 PM
Nobody will be able to connect to that server since it's running on your internal network.

Thomas
28-12-2010, 01:04 PM
Nobody will be able to connect to that server since it's running on your internal network.

i thought that might happen.

try this:

192.168.0.2:25565 <--- this one worked for me
or
80.73.215.86:25565

Josh
28-12-2010, 01:47 PM
That's your network IP so it won't work unless I go into your network (locally).

Thomas
28-12-2010, 01:53 PM
That's your network IP so it won't work unless I go into your network (locally).

yes i have realized that :)

does anyone know were i can get the codes to put into putty to downloads the 2 files i need to make the sever on my vps?

Swinkid
29-12-2010, 06:23 PM
use http://winscp.net/eng/index.php, Its a FTP client for SSH/Telnet (Like Putty)

Thomas
30-12-2010, 08:06 AM
use http://winscp.net/eng/index.php, Its a FTP client for SSH/Telnet (Like Putty)
cant i just use putty since i already have it.

Recursion
31-12-2010, 10:45 AM
Here:

Assuming you're using Ubuntu:

Type/copy paste this in LINE BY LINE.


sudo apt-get install openjdk-6-jre-headless
cd /root
mkdir Minecraft
cd Minecraft
wget http://minecraft.net/download/minecraft_server.jar?v=1293792221177
mv minecraft_server.jar?v=1293792221177 minecraft_server.jar
java -Xms1024M -Xmx1024M minecraft_server.jar


Will get you a running barebones server on Linux.

Thomas
31-12-2010, 11:13 AM
Here:

Assuming you're using Ubuntu:

Type/copy paste this in LINE BY LINE.


sudo apt-get install openjdk-6-jre-headless
cd /root
mkdir Minecraft
cd Minecraft
wget http://minecraft.net/download/minecraft_server.jar?v=1293792221177
mv minecraft_server.jar?v=1293792221177 minecraft_server.jar
java -Xms1024M -Xmx1024M minecraft_server.jar


Will get you a running barebones server on Linux.

i managed to figure it out yesterday but i don't know how to port forward on a vps.

Want to hide these adverts? Register an account for free!