My friends and I wanted to start a minecraft server on one of my computers, a private server just for us, we wanted to play a modpack called Skyfactory 2, but I am having trouble starting up the server. My friend wants me to control it remotely, and I have been using PuTTy and filezilla to do just about everything on the server. In the ATlauncher, the launcher that I have been using to play Skyfactory 2, has a feature that allows you to "Download a server" for the modpack, I have been trying every which way to run the server with the mods installed, but I havent figured out how. If I run the LaunchServer.bat on my desktop it will I think set up the server with the mods, but I havent figured out how to run it on my server and get it set up to play with my friends. Any help would be appreciated.
Edit: Patrick Negus asked for the .bat file contents, I opened it in notepad on my desktop computer and copied them. They are:
@ECHO OFF
:: When setting the memory below make sure to include the amount of ram letter. M = MB, G = GB. Don't use 1GB for example, it's 1G ::
:: This is 64-bit memory ::
set memsixtyfour=2G
:: This is 32-bit memory - maximum 1.2G ish::
set memthirtytwo=1G
:: Don't edit past this point ::
if $SYSTEM_os_arch==x86 (
echo OS is 32
set mem=%memthirtytwo%
) else (
echo OS is 64
set mem=%memsixtyfour%
)
java -Xmx%mem% -XX:MaxPermSize=256M -jar forge-1.7.10-10.13.3.1395-1710ls-universal.jar nogui
PAUSE
sudo gedit <something>.bat
), in your question, we may be able to help you. – negusp Nov 30 '16 at 13:32