How to set up a custom AT Launcher modpack

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • So, my friend made a modpack and I thought it would be nice to have a dedicated server instead of them having to host it on their computer, when I choose AT Launcher it forces me to pick a pack so I choose to use a pack that was similar and try to figure out what files to delete/replace but there are not very many guides for setting a server up in general let alone a minecraft server let alone a minecraft server using atlauncher....


    They have everything set up and just have a "Launchserver.bat" file and the server starts loading up, is there a way to get a nitrado server to be able to just load a custom atlauncher modpack or can i only choose one of the more popular pre-made packs or have to try to re-make the modpack from scratch just using minecraft forge server?

  • hi..


    You can use any modpack on your nitrado server.

    You can also upload your own modpack to the server.

    All you have to do before:

    install a Forgeserver on the same version as the modpack

    but if you have a finished server pack, you can upload it. but you have to rename the server.jar to the old one from nitrado

    MfG Conan ;)


    Nitrado: Conan

    Minecraft: Conan

    Discord: Conan#3864


    Fragen u. Antworten rund um Minecraftserver (Vanilla/Forge-Modpack/Bukkit-Spigot-Paper)

    Nicht alles aber vieles! Bisher wurde noch sogut wie jeder Server zum starten gebracht!

    Wollte nur mal sagen:

    "Ihr könnt mich gern in Discord hinzufügen, aber Antworten gibts erst abends (am WE auch mal ehr ^^) weil ich auch Arbeiten muss!"

    Daher bleibt mir für`s Forum nur noch wenig Zeit!


    -- Minecraft only --

  • ...?

    the batch file executes a jar file?

    MfG Conan ;)


    Nitrado: Conan

    Minecraft: Conan

    Discord: Conan#3864


    Fragen u. Antworten rund um Minecraftserver (Vanilla/Forge-Modpack/Bukkit-Spigot-Paper)

    Nicht alles aber vieles! Bisher wurde noch sogut wie jeder Server zum starten gebracht!

    Wollte nur mal sagen:

    "Ihr könnt mich gern in Discord hinzufügen, aber Antworten gibts erst abends (am WE auch mal ehr ^^) weil ich auch Arbeiten muss!"

    Daher bleibt mir für`s Forum nur noch wenig Zeit!


    -- Minecraft only --

  • this is all that is in the batch file:


    "@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.4.1614-1.7.10-universal.jar nogui

    PAUSE"


    when I run from the forge-1.7.10-10.13....universal.jar it does seem to launch but my friend is telling me that the batch file is needed...

  • execute the batch file:

    forge-1.7.10-10.13.4.1614-1.7.10-universal.jar

    is a .jar file

    forge 10.13.4.1614

    mc 1.7.10

    install that on your server

    you do not need the batch data for this on nitrado -- forge only

    MfG Conan ;)


    Nitrado: Conan

    Minecraft: Conan

    Discord: Conan#3864


    Fragen u. Antworten rund um Minecraftserver (Vanilla/Forge-Modpack/Bukkit-Spigot-Paper)

    Nicht alles aber vieles! Bisher wurde noch sogut wie jeder Server zum starten gebracht!

    Wollte nur mal sagen:

    "Ihr könnt mich gern in Discord hinzufügen, aber Antworten gibts erst abends (am WE auch mal ehr ^^) weil ich auch Arbeiten muss!"

    Daher bleibt mir für`s Forum nur noch wenig Zeit!


    -- Minecraft only --

  • DOAGEN

    Closed the thread.