Fast Feed The Beast (FTB) server setup in less then 1 minute.

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
Now a lot of hosts use a 1 click install for FTB packs and such, I use dedicated unmanaged hosting and don't have that. All of it is manual and takes time and I know i'm not the only one that wanted this for their VPS/dedicated server that doesn't have 1 click installs.

All you have to do is copy/paste the code for the pack you want into ssh and press enter, the server will be up in 1 minute. (Not counting download time)

This guide is for those who want a new pack/server fast who do and do not know how to get around ssh fast and efficient.

My first one, making it for myself as well as I can use this to instantly install packs as I need them and i'm sure somebody may like this as well, so here we go.

NOTE- This was made on and for CentOS 5-6.4 Also all of these start the server with 1GB of ram
Also these are just the 1.5.2 packs... for now- exception FTB ultimate 1.4.7 is here too


Requirements, the plugin screen, java 7

Code:
yum install java7 -y

Code:
yum install screen -y


Now then FTB unleashed, ALL versions up to 1.1.7​


1.1.7
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnleashed%5E1_1_7%5EUnleashed-server.zip";unzip modpacks^Unleashed^1_1_7^Unleashed-server.zip;rm -rf modpacks^Unleashed^1_1_7^Unleashed-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.6
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnleashed%5E1_1_6%5EUnleashed-server.zip";unzip modpacks^Unleashed^1_1_6^Unleashed-server.zip;rm -rf modpacks^Unleashed^1_1_6^Unleashed-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.5
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnleashed%5E1_1_5%5EUnleashed-server.zip";unzip modpacks^Unleashed^1_1_5^Unleashed-server.zip;rm -rf modpacks^Unleashed^1_1_5^Unleashed-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.4
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnleashed%5E1_1_4%5EUnleashed-server.zip";unzip modpacks^Unleashed^1_1_4^Unleashed-server.zip;rm -rf modpacks^Unleashed^1_1_4^Unleashed-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.3
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnleashed%5E1_1_3%5EUnleashed-server.zip";unzip modpacks^Unleashed^1_1_3^Unleashed-server.zip;rm -rf modpacks^Unleashed^1_1_3^Unleashed-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.2
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnleashed%5E1_1_2%5EUnleashed-server.zip";unzip modpacks^Unleashed^1_1_2^Unleashed-server.zip;rm -rf modpacks^Unleashed^1_1_2^Unleashed-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.1
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnleashed%5E1_1_1%5EUnleashed-server.zip";unzip modpacks^Unleashed^1_1_1^Unleashed-server.zip;rm -rf modpacks^Unleashed^1_1_1^Unleashed-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.0
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnleashed%5E1_1_0%5EUnleashed-server.zip";unzip modpacks^Unleashed^1_1_0^Unleashed-server.zip;rm -rf modpacks^Unleashed^1_1_0^Unleashed-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

All versions of of Direwolf20 1.5.2 up to 1.1.6

1.1.6
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EDirewolf20_1_5_2%5E1_1_6%5EDirewolf20_1_5_2-server.zip";unzip modpacks^Direwolf20_1_5_2^1_1_6^Direwolf20_1_5_2-server.zip;rm -rf modpacks^Direwolf20_1_5_2^1_1_6^Direwolf20_1_5_2-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.5
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EDirewolf20_1_5_2%5E1_1_5%5EDirewolf20_1_5_2-server.zip";unzip modpacks^Direwolf20_1_5_2^1_1_5^Direwolf20_1_5_2-server.zip;rm -rf modpacks^Direwolf20_1_5_2^1_1_5^Direwolf20_1_5_2-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.4
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EDirewolf20_1_5_2%5E1_1_4%5EDirewolf20_1_5_2-server.zip";unzip modpacks^Direwolf20_1_5_2^1_1_4^Direwolf20_1_5_2-server.zip;rm -rf modpacks^Direwolf20_1_5_2^1_1_4^Direwolf20_1_5_2-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

1.1.3
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EDirewolf20_1_5_2%5E1_1_3%5EDirewolf20_1_5_2-server.zip";unzip modpacks^Direwolf20_1_5_2^1_1_3^Direwolf20_1_5_2-server.zip;rm -rf modpacks^Direwolf20_1_5_2^1_1_3^Direwolf20_1_5_2-server.zip;chmod +x ServerStart.sh; screen -S FTBServer ./ServerStart.sh

All versions of FTB Unhinged up to 1.1.0

1.1.0
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUnhinged%5E1_1_0%5EUnhinged-server.zip"; unzip modpacks^Unhinged^1_1_0^Unhinged-server.zip;rm -rf modpacks^Unhinged^1_1_0^Unhinged-server.zip;chmod +x ServerStart.sh;screen -S FTBServer ./ServerStart.sh

All versions of FTB ultimate 1.4.7 up to 1.1.2

1.1.2
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUltimate%5E1_1_2%5EUltimate_Server.zip";unzip modpacks^Ultimate^1_1_2^Ultimate_Server.zip;rm -rf modpacks^Ultimate^1_1_2^Ultimate_Server.zip;chmod +x ServerStart.sh;screen -S FTBServer ./ServerStart.sh

1.1.1
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUltimate%5E1_1_1%5EUltimate_Server.zip";unzip modpacks^Ultimate^1_1_1^Ultimate_Server.zip;rm -rf modpacks^Ultimate^1_1_1^Ultimate_Server.zip;chmod +x ServerStart.sh;screen -S FTBServer ./ServerStart.sh

1.1.0
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUltimate%5E1_1_0%5EUltimate_Server.zip";unzip modpacks^Ultimate^1_1_0^Ultimate_Server.zip;rm -rf modpacks^Ultimate^1_1_0^Ultimate_Server.zip;chmod +x ServerStart.sh;screen -S FTBServer ./ServerStart.sh

1.0.2
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUltimate%5E1_0_2%5EUltimate_Server.zip";unzip modpacks^Ultimate^1_0_2^Ultimate_Server.zip;rm -rf modpacks^Ultimate^1_0_2^Ultimate_Server.zip;chmod +x ServerStart.sh;screen -S FTBServer ./ServerStart.sh

1.0.1
Code:
wget "http://new.creeperrepo.net/FTB2/modpacks%5EUltimate%5E1_0_1%5EUltimate_Server.zip";unzip modpacks^Ultimate^1_0_1^Ultimate_Server.zip;rm -rf modpacks^Ultimate^1_0_1^Ultimate_Server.zip;chmod +x ServerStart.sh;screen -S FTBServer ./ServerStart.sh
Want more things to quick install? leave a comment! I'll make one that installs MCPC+ soon.