Recent content by Daniel2

  • 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
  1. Daniel2

    Without FTB Launcher

    Server Also the server downloads are a bit more complicated with the execution of this binary installer file. I mean the installation via the file is not that complicated in plain bash but I use it in a docker environment with the image itzg/minecraft-server:multiarch and Environment Variables...
  2. Daniel2

    Without FTB Launcher

    Deprecated download API? Client How can I install a new (new modpack or new version of a modpack) without the FTB Launcher. I would prefer MultiMC. There is a function called import from zip and FTB Legacy. Import from zip works with older packs which have a curseforge download as zip. (E.g...
  3. Daniel2

    I download the server file, but what next ?

    I think you mean the "linux" binary file, you can make it executeable and then run it to download the specific server files. Make executeable on linux-bash: chmod +x linux Run it in Bash (on linux): ./linux (linux = filename of your downloaded server binary file)