{"id":23754010,"url":"https://github.com/nadams/zander","last_synced_at":"2026-04-11T21:09:45.480Z","repository":{"id":39988175,"uuid":"507309780","full_name":"nadams/zander","owner":"nadams","description":"A Doom server manager. This is a mirror of https://gitlab.node-3.net/zander/zander","archived":false,"fork":false,"pushed_at":"2024-05-16T13:01:07.000Z","size":502,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T00:23:30.046Z","etag":null,"topics":["client-server","doom","doom-2","golang","grpc","odamex","systemd","zandronum-server"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nadams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-06-25T12:49:12.000Z","updated_at":"2024-05-16T13:01:11.000Z","dependencies_parsed_at":"2024-03-05T23:38:54.973Z","dependency_job_id":"7b65b058-e04b-400c-9a41-3ef2943614c4","html_url":"https://github.com/nadams/zander","commit_stats":{"total_commits":172,"total_committers":1,"mean_commits":172.0,"dds":0.0,"last_synced_commit":"04341865ef089e3a511446367a1b92afdb7285d2"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/nadams/zander","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadams%2Fzander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadams%2Fzander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadams%2Fzander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadams%2Fzander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nadams","download_url":"https://codeload.github.com/nadams/zander/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadams%2Fzander/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281727224,"owners_count":26551119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["client-server","doom","doom-2","golang","grpc","odamex","systemd","zandronum-server"],"created_at":"2024-12-31T18:50:26.475Z","updated_at":"2025-10-30T01:16:37.200Z","avatar_url":"https://github.com/nadams.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zander\n\nZander is a Doom server manager.\n\n## Features\n- Automatically restart crashed servers\n- Collect metrics (prometheus and statsd are supported)\n- Attach to a running server\n- View and tail server logs\n- Shell completion\n- Hot reloading of server configurations\n\n## Installation\n\nUsing a pre-built package for your platform will install `zander` at a system level. If you don't want to pollute your system, you can download a precompiled binary archive and install it to your `$HOME` directory instead. This archive comes with example configuration that you can copy and modify for your use case.\n\n### Arch Linux\nInstall from the [AUR](https://aur.archlinux.org/packages/zander-bin) (zander-bin) or install a pre-built pacman package for your architecture from the [releases](https://gitlab.node-3.net/zander/zander/-/releases) page.\n\n### Debian/Ubuntu\nDownload the current `.deb` release for your architecture and install using `dpkg`.\n\nhttps://gitlab.node-3.net/zander/zander/-/releases\n\n### RHEL/Fedora\nDownload the current `.rpm` release for your architecture and install using `rpm`.\n\nhttps://gitlab.node-3.net/zander/zander/-/releases\n\n### Pre-compiled Binaries\nYou can find pre-compiled binaries on the [releases](https://gitlab.node-3.net/zander/zander/-/releases) page.\n\nSimply extract the archive and place the `zander` binary in your `$PATH`. There are also other files which are example\nconfigurations. Refer to the [configuration](#configuration) section for more information.\n\n### Configuration\nConfiguration for zander is stored in `$XDG_CONFIG_HOME/zander`, which usually defaults to `$HOME/.config`.\n\n1. Copy `zander.toml` to `$XDG_CONFIG_HOME/zander/zander.toml`. You should go through the example file and configure it for your system.\n2. Create a `servers` directory in `$XDG_CONFIG_HOME/zander` and copy example `doom2.toml` file there.\n\n### Install as a Systemd User Service\n```sh\nmkdir -p $HOME/.config/systemd/user\ncp config/zander.service $HOME/.config/systemd/user\n# Edit the ExecStart field in zander.service file to point to where you installed `zander`\nsystemctl --user daemon-reload\nsystemctl --user enable --now zander\nsudo loginctl enable-linger\n```\n\nThe Systemd service file can be found in this repository (`.pkg/zander.service`) or in a pre-compiled binary archive found on the releases page.\n\n## Usage\n\nZander is split into two parts. One part is the service which is typically run as a Systemd service. The second part is the client which will attempt\nto communicate with the service via a unix socket. This socket is located here `$XDG_RUNTIME_DIR/zander.sock` by default. This value can overwritten by\nsetting the `$ZANDER_SOCKET` environment variable or by setting the `-s`/`--socket` flag. Using the Zander client without a running service will\nresult in a connection error.\n\n## Contributing\nPull/merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadams%2Fzander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnadams%2Fzander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadams%2Fzander/lists"}