Linux opengamepanel help

  • 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

Freekill

New Member
Jul 29, 2019
18
0
0
Hi, I am running a linux server running ubuntu 13.10 . The problem I am having is that I not sure how to install custom games to opengamepanel so I can install FTB. Can anyone help!
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
Server setup guide at the bottom and some JVM arguments to help it run better.


(change xmx and xms as you need, they must be the same.

Code:
-Xms6000m -Xmx6000m -XX:NewRatio=3 -XX:+UseTLAB -XX:SoftRefLRUPolicyMSPerMB=2000 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+AggressiveOpts -XX:PermSize=256m -XX:+TieredCompilation -XX:Tier3MinInvocationThreshold=500 -XX:Tier3CompileThreshold=1000 -XX:Tier4MinInvocationThreshold=2500 -XX:Tier4CompileThreshold=3000 -XX:ReservedCodeCacheSize=2048m -XX:+CMSIncrementalMode -XX:-DontCompileHugeMethods -XX:+AlwaysCompileLoopMethods -XX:+RewriteFrequentPairs -XX:+RewriteBytecodes -XX:+UseStringCache -XX:+OptimizeStringConcat

Server setup guide is here- http://forum.feed-the-beast.com/threads/johnleys-fast-and-easy-server-setup-guide.1290/


And of course you can always wait till somebody who is used to opengamepanel to help you with that route. But i just wanted to try to help out a bit before i fall asleep.