{"id":24504222,"url":"https://github.com/ftbteam/ftb-server-installer","last_synced_at":"2026-04-07T16:02:57.090Z","repository":{"id":262855625,"uuid":"844677177","full_name":"FTBTeam/FTB-Server-Installer","owner":"FTBTeam","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-30T11:04:31.000Z","size":149,"stargazers_count":12,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-30T12:26:37.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FTBTeam.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-19T18:44:34.000Z","updated_at":"2026-03-30T10:44:04.000Z","dependencies_parsed_at":"2025-01-12T13:20:58.642Z","dependency_job_id":"1b614798-a40a-4a8c-8a88-6a257693547f","html_url":"https://github.com/FTBTeam/FTB-Server-Installer","commit_stats":null,"previous_names":["ftbteam/ftb-server-installer"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/FTBTeam/FTB-Server-Installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FTBTeam%2FFTB-Server-Installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FTBTeam%2FFTB-Server-Installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FTBTeam%2FFTB-Server-Installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FTBTeam%2FFTB-Server-Installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FTBTeam","download_url":"https://codeload.github.com/FTBTeam/FTB-Server-Installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FTBTeam%2FFTB-Server-Installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31518645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-21T23:22:09.252Z","updated_at":"2026-04-07T16:02:57.082Z","avatar_url":"https://github.com/FTBTeam.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FTB Server Installer\n\nTodo: Write a project description\n\n## Usage\n\nThis usage guide assumes that the server installed is named `serverinstaller.exe`, the installer downloaded may have a different name such as `ftb-server-windows-amd64.exe` or `serverinstaller_\u003cpack_id\u003e_\u003cversion_id\u003e.exe`.\n\n### Windows\n\nYou can either double-click on the installer to run it, or you can run it from the command line.\n\nTo run from the command line, open a command prompt and navigate to the directory where the installer is located. You can then run the installer with the following command:\n\n```cmd\n.\\serverinstaller.exe -pack \u003cpack_id\u003e -version \u003cversion_id\u003e\n```\n\n### MacOS/Linux\n\nOpen up a terminal and navigate to the directory where the installer is located. You can then run the installer with the following command:\n\n```cmd\n./serverinstaller -pack \u003cpack_id\u003e -version \u003cversion_id\u003e\n```\n\n### Flags\n\n| Flag              | Default              | Description                                                                                                         |\n|-------------------|----------------------|---------------------------------------------------------------------------------------------------------------------|\n| `-dir`            | `./`                 | Directory to install the server files in (Defaults to current directory)                                            |\n| `-auto`           | `false`              | Doesn't ask questions, just runs the installer                                                                      |\n| `-pack`           |                      | The ID of the modpack you would like to install                                                                     |\n| `-version`        |                      | ID of the modpack version you would like to install, if not set, latest stable release will be selected             |\n| `-latest`         | `false`              | If the version id is not set, and this flag is used, it will get the latest stable, beta or alpha version available |\n| `-validate`       | `false`              | Validates the modpack files after they have been downloaded and installed                                           |\n| `-provider`       | `ftb`                | Sets the modpack provider (ftb is the only provider at the moment)                                                  |\n| `-force`          |                      | Only works when -auto is used, will force the installer to continue upon warnings                                   |\n| `-threads`        | 4                    | Number of concurrent download threads                                                                               |\n| `-apikey`         |                      | API key for accessing private modpacks                                                                              |\n| `-skip-modloader` | `false`              | If set, installer will skip running the modloader installer                                                         |\n| `-no-java`        | `false`              | If set, installer wont download a copy of java                                                                      |\n| `-no-colours`     | `false`              | Removes the colour formatting from the console output                                                               |\n| `-verbose`        | `false`              | Enables debug logging                                                                                               |\n\n## Looking for a Modded Minecraft Server? `Ad`\n\n[![Promotion](https://cdn.feed-the-beast.com/assets/promo/ftb-bh-promo-large.png)](https://bisecthosting.com/ftb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftbteam%2Fftb-server-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fftbteam%2Fftb-server-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftbteam%2Fftb-server-installer/lists"}