1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
Minecraft multiplayer server
(1 viewing) 1 Guest
Go to bottomPage: 12345
TOPIC: Minecraft multiplayer server
*
#21049
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
awsome!!!!!!! TY, i've got tmrw off so i'll start cranking on it then.

my network, it is my gateway, handling my dhcp and such i have my D DNS setup
andy
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21077
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
every time i try to start the server up, it keeps popping me an error

Code:


chmod +x start.sh
./start.sh
Exception in the thead "main" java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
   at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:173)
   at java.awt.Window<init>(Window.java:437
   at net.minecraft.LauncherFrame<init>(LauncherFrame.java:17)
   at net.minecraft.LauncherFrame.main(LauncherFrame.java:137)
   at net.minecraft.MinecraftLauncher.main(MincraftLauncher.java:13)

andy
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21078
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
i'm a dee dee dee and dl'ed the client instead of the server!!!! it's up and running on the lan side now.

i've got my D DNS ip and have the port allowed on the incoming firewall but it doesn't seem to be able to start on that ip it's giving me a this error when i put my dynamic ip in as the "server-ip=x.x.x.x"

Code:


./start.sh
[INFO] Starting minecraft server version 0.2.5_02
[INFO] loading properties
[INFO] startong minecraft server on x.x.x.x:25565
[WARNING] ****FAILED TO BIND TO PORT!
[WARNING] The exception was: java.net.BindException: Cannot assign requested address
[WARNING] Perhaps the server is already running on that port?



i'd rather not give out my public ip for obvious security reasons
andy
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21139
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
Glad that you have made it this far

Code:


./start.sh
[INFO] Starting minecraft server version 0.2.5_02
[INFO] loading properties
[INFO] startong minecraft server on x.x.x.x:25565
[WARNING] ****FAILED TO BIND TO PORT!
[WARNING] The exception was: java.net.BindException: Cannot assign requested address
[WARNING] Perhaps the server is already running on that port?



You put your public IP as "server-ip"? As far as I know, it's not supposed to be there

Mine looks like this (excluded server-port for security reasons):

Code:


level-name=world
hellworld=false
admin-slot=true
spawn-monsters=true
public=false
online-mode=true
spawn-animals=true
pvp=true
max-players=20
server-name=CjNet Minecraft
server-ip=
grow-trees=true
motd=CJNET



As you can see, I have left the server-ip field blank (and I'm running this on my gateway as well)

If not, you might be running a minecraft server already, you can check this by running

Code:


ps aux | grep minecraft_server



The output will be something like this:
Code:


username  5186  1.3  3.9 1175888 126912 pts/1  Ssl+ 11:06   0:16 java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui



All you need to do if you are running this on your gateway is to log on the webinterface and goto "Incoming" on firewall and set e.g. port 25565 to be open
As you know, people would only need you public IP to access the server if you run it on a default port, so if you want to be a litte more secure, you can set a different port in the server.properties.


EDIT: I realised now that the stuff with "ps aux" and such is not really relevant when you don't run it in the background, but oh well, i'll leave it in for future reference
Christer Jonassen
Expert Boarder
Posts: 83
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/11/30 10:25 By CHR1573R.
The administrator has disabled public write access.
 
#21141
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
very gnarly, i setup logmein on my gamer rig so i could tinker with it while i'm at work . it'll be nice to just be able to get it all setup once i get the new hard drives i ordered.

2 1TB sata 3.0's for this bad boy, also need to update clear to 5.2 sp1 once i get them as well. so much to do with is thing...god it's fun

TO DO:
install new hd's
set raid
install my radeon all-in-wonder for media server
install dual gig nics(got a gig switch because it was on sale )
install spare gig ram stick(been running on 2 for no real reason)
install 5.1(my 5.2 cd didn't work all that grand so i just left 5.1 on til i got the ambition to update)
update to 5.2
install minecraft
install mythtv?maybe?

wish me luck!
andy
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21153
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
Have fun!
I'll be geeking it up myself soon too, since me and a couple of friends are hosting a LAN Party this weekend. There'll be Clear OS everywhere
Christer Jonassen
Expert Boarder
Posts: 83
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21178
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
ha! awsome...geekgasm i've got a team meeting this weekend for my paintball team....apparently we have to go downstate...5/6 hour drive for some reason, so no real time to setup the network and server with work and that meeting...barf
andy
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/12/01 04:17 By bain102.
The administrator has disabled public write access.
 
#21202
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
i got most of my stuff setup at this point, server is going again, the gig nic cards are in, spare ram popped in, old radeon card is in... i still just can't seem to connect to the server from the outside world.

....woops, forgot the linksys infront of the server is still blocking that port
andy
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21283
Re:Minecraft multiplayer server 2 Years, 5 Months ago  
i definitely understand why you have the MC server on the other machines instead of your main, MC server crashes...whole network goes down...ran into that issue a few times at this point, i didn't really care because i was at work screwing with stuff, but my roomies weren't all that happy with me since it's finals week and i kept rebooting the server
andy
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#23129
Re:Minecraft multiplayer server 2 Years, 4 Months ago  
Thank you for the guide.

FYI, there is a handy Start Up script with update features on the wiki. www.minecraftwiki.net/wiki/Server_startup_script
Scott
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12345
  get the latest posts directly to your desktop