Problem Cant reach server?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

ScHmIdTy56789

New Member
Jul 29, 2019
2
0
0
As you can see, I cannot reach my server. Ive tried most of everything; From chmoding different files to installing a whole new Distro of linux. I have been at this most of my day and it is royaly pissing me off.

I ordered a vps from http://volumedrive.com/vdrive/?a=vps , the third one.

Im using FTB Unleashed v1.1.7

Heres the distro im using:
Code:
~# cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
NAME="Ubuntu"
VERSION="12.04.4 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.4 LTS)"
VERSION_ID="12.04"

Heres my recent install that I did:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install screen
sudo apt-get install default-jre
cd /var
mkdir games
cd games
mkdir minecraft
cd minecraft
wget http://new.creeperrepo.net/FTB2/modpacks^Unleashed^1_1_7^Unleashed-server.zip
mv modpacks^Unleashed^1_1_7^Unleashed-server.zip server.zip
unzip server.zip
chmod +x ServerStart.sh
screen -S server
./ServerStart.sh

I then left it alone for a couple minutes by doing ctrl A - d.

I went to the vps portal and chmod'd the games directory as well with the minecraft directory.

I then did:
netstat -nalp | grep :25565

and this was the output:
tcp 0 0 0.0.0.0:25565 0.0.0.0:* LISTEN 1668/java

Am I missing a huge piece of something? or is it a simple thing that I overlooked?
 
Last edited:

ScHmIdTy56789

New Member
Jul 29, 2019
2
0
0
So I tried setting up the server on 64 bit systems and it didnt work. So I decided on 32 bit system and it worked like a charm. I changed to centos 6 32 bit and it was simple to set up. If you guys want I can put up my .sh that I used to set up my server.

Thanks for looking.

ps. Does someone know why the server set up wont work on a 64 bit system?
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
So I tried setting up the server on 64 bit systems and it didnt work. So I decided on 32 bit system and it worked like a charm. I changed to centos 6 32 bit and it was simple to set up. If you guys want I can put up my .sh that I used to set up my server.

Thanks for looking.

ps. Does someone know why the server set up wont work on a 64 bit system?
You have shown what you have done and it seems to be correct however we are gonna need to find the error, please pastebin your server.log