https://github.com/suuhm/setuparr
Easy to use tool for manage and installing the arr stack like Sonarr, Radarr, Prowlarr, Readarr etc included a Tor with Killswitch function
https://github.com/suuhm/setuparr
bash indexer killswitch lidarr nzb powershell proxy radarr sonarr tor torrent
Last synced: 7 days ago
JSON representation
Easy to use tool for manage and installing the arr stack like Sonarr, Radarr, Prowlarr, Readarr etc included a Tor with Killswitch function
- Host: GitHub
- URL: https://github.com/suuhm/setuparr
- Owner: suuhm
- License: apache-2.0
- Created: 2024-12-10T10:13:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T12:31:40.000Z (over 1 year ago)
- Last Synced: 2025-10-20T04:51:58.666Z (7 months ago)
- Topics: bash, indexer, killswitch, lidarr, nzb, powershell, proxy, radarr, sonarr, tor, torrent
- Language: PowerShell
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setuparr
Easy to use tool for manage and installing the arr stack like Sonarr, Radarr, Prowlarr, Readarr etc included a Tor with Killswitch function on Linux or Windows OS
`SetupARR` is a collection of Bash and Powershell scripts designed to simplify the installation and configuration of various media management tools like Sonarr, Radarr, and Readarr. It also includes functionality to install Tor with a kill switch for secure downloads.
### Linux OS Bash

### Windows Powershell

---
## Features
### Interactive Setup Menu
- **Install ARR Tools:** Install individual tools or all tools at once.
- **Install Tor with Kill-Switch:** Ensure secure and anonymous network traffic.
- **Update Tools:** Keep all installed tools up to date.
- **System Information:** Display detailed system information, including OS, CPU, memory, and disk usage.
- **Restart Services:** Restart any installed ARR tool services.
- **Quit:** Exit the setup script.
### Supported ARR Tools
- **Sonarr:** Manage TV show libraries.
- **Radarr:** Manage movie libraries.
- **Readarr:** Manage book libraries.
- **Lidarr:** Manage music libraries.
- **Prowlarr:** Centralized indexer manager.
---
## Prerequisites Linux
- **Operating Systems:** Debian, Ubuntu, or any generic Linux (not testet cause of beta!) distribution.
- **Dependencies:**
- `curl`
- `wget`
- `gnupg`
- `software-properties-common`
- `iptables` (for Tor kill switch)
## Prerequisites Windows
- **Operating Systems:** Windows 7,8,10,11.
- **Dependencies:**
- `Powershell >= 5.x`
- `Admin rights`
---
## Installation
1. Clone the repository:
```bash
git clone https://github.com/suuhm/setuparr.git
cd setuparr && chmod +x *.sh
```
2.x Now simply run the script on Linux:
```bash
./setuparr.sh
```
---
2.x Now simply run the script on Windows:
```powershell
powershell -ExecutionPolicy Bypass -File .\Setuparr_Winver.ps1
```
---
## For any questions write me an issue!