-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
857 lines (852 loc) · 59.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<html>
<head>
<title>Sonarr - Dive in</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-overrides.css?v=37a2fe284eb88048394dd5c9a08b9623">
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/github.min.css">
<link rel="stylesheet" type="text/css" href="css/theme.css?v=d41d8cd98f00b204e9800998ecf8427e">
<link href="//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic,700italic,900italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/animatecss/3.2.0/animate.min.css" media="screen, projection">
<link rel="icon" type="image/ico" href="img/favicon.ico">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="pull_top" data-spy="scroll" data-target=".header-navbar" data-offset="70">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle pull-right" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#home" class="navbar-brand"><img src="img/logo.png"><span class="logo-text">Sonarr</span></a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse header-navbar" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home"><i class="fas fa-home"></i> HOME</a></li>
<li><a href="#features"><i class="fas fa-star"></i> FEATURES</a></li>
<li><a href="#download"><i class="fas fa-download"></i> DOWNLOAD</a></li>
<li><a href="#support"><i class="fas fa-question-circle"></i> SUPPORT</a></li>
<li><a href="/donate"><i class="fas fa-heart"></i> DONATE</a></li>
<li><a href="https://github.com/Sonarr/Sonarr" target="_blank"><i class="fab fa-github-alt"></i> GITHUB</a></li>
</ul>
</div>
</div>
</div>
<div id="home"></div>
<section id="feature-slider" class="lol feature-slider">
<article class="slide" id="showcasing">
<img class="asset left-60 sp600 t120 z2" src="img/slider/seriesdetails.png">
<div class="info">
<h2>Sonarr is an internet PVR for Usenet and Torrents.</h2>
</div>
</article>
<article class="slide" id="ideas">
<div class="info">
<h2>Notifications and fully customizable quality profiles.</h2>
</div>
<img class="asset left-200 sp600 t180 z1" src="img/slider/qualityprofile.png">
<img class="asset left-480 sp600 t230 z2" src="img/slider/notifications.png">
</article>
<article class="slide" id="tour">
<img class="asset left-472 sp650 t190 z3" src="img/slider/posters.png">
<img class="asset left-185 sp550 t220 z2" src="img/slider/table.png">
<img class="asset left-350 sp450 t110 z1" src="img/slider/overview.png">
<div class="info">
<h2>Multiple Series views.</h2>
</div>
</article>
<article class="slide" id="responsive">
<img class="asset left-472 sp600 t120 z1" src="img/slider/updates2.png">
<img class="asset left-150 sp600 t180 z2" src="img/slider/updates.png">
<div class="info">
<h2>
Built-in updater. See what's new without leaving the comfort of the app.
</h2>
</div>
</article>
</section>
<div id="feature-header">
<div class="container">
<div class="feature-header">
Sonarr is an internet PVR for Usenet and Torrents.
</div>
</div>
</div>
<div id="features" class="features">
<div class="container">
<div class="section-header">
<h3>Features</h3>
</div>
<div class="row feature">
<div class="col-sm-6">
<img src="img/features/calendar.png" class="img-responsive">
</div>
<div class="col-sm-6 info">
<h3>
<i class="fas fa-chevron-right"></i>
Calendar
</h3>
<p>
See all your upcoming episodes in one convenient location.
</p>
</div>
</div>
<div class="row feature">
<div class="col-sm-6 pic-right">
<img src="img/features/manualsearch.png" class="pull-right img-responsive">
</div>
<div class="col-sm-6 info info-left">
<h3>
<i class="fas fa-chevron-right"></i>
Manual Search
</h3>
<p>
Find all the releases, choose the one you want and send it right to your download client.
</p>
</div>
</div>
<div class="row feature">
<div class="col-sm-6">
<img src="img/features/blocklist.png" class="img-responsive">
</div>
<div class="col-sm-6 info">
<h3>
<i class="fas fa-chevron-right"></i>
Automatic Failed Download Handling
</h3>
<p>
Sonarr makes failed downloads a thing of the past. Password protected releases, missing repair blocks or virtually any other reason? no worries. Sonarr will automatically block the release and try another one until it finds one that works.
</p>
</div>
</div>
</div>
</div>
<div id="download">
<div class="container">
</div>
</div>
<div id="downloads" class="download">
<div class="container">
<div class="section-header">
<h3>Download Sonarr</h3>
</div>
<div class="row">
<ul class="nav nav-tabs nav-justified">
<li class="nav-item active">
<a class="nav-link active" data-toggle="tab" href="#downloads-windows"><i class="fab fa-windows"></i> Windows</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-linux"><i class="fab fa-linux"></i> Linux</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-macos"><i class="fab fa-apple"></i> macOS</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-nas"><i class="fas fa-hdd"></i> NAS</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-docker"><i class="fab fa-docker"></i> Docker</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-other"><i class="fas fa-ellipsis-v"></i> Others</a>
</li>
</ul>
<div class="tab-content" id="downloads-tabcontent">
<div class="tab-pane fade active in" id="downloads-windows" role="tabpanel">
<dl class="install-steps">
<div class="maintainer">
Package maintainers: <a href="https://github.com/sonarr/sonarr">Team Sonarr</a>
</div>
<dt>Introduction</dt>
<dd>
<p>
Sonarr is supported natively on Windows. Sonarr can be installed as Windows Service or System Tray Application.
</p>
<p>
A Windows Service runs even when the user is not logged in, but special care must be taken since Windows Services cannot access network drives (<code>X:\</code> mapped drives or <code>\\server\share</code> UNC paths) without special configuration steps.<br>
Additionally the Windows Service runs under the <b>Local Service</b> account, by default this account does not have permissions to access your user's home directory unless permissions have been assigned manually. This is particularly relevant when using download clients that are configured to download to your home directory.<br>
It's therefore advisable to install Sonarr as a System Tray Application if the user can remain logged in. The option to do so is provided during the installer.
</p>
<div class="alert alert-warning">
Sonarr is supported on Windows 8.1 and Server 2012 or later. Pre-release or earlier versions of Windows are not supported.
</div>
<div class="alert alert-info">
<h4 class="alert-heading">Updating Sonarr v3 to v4</h4>
<p>
Sonarr will automatically convert an existing Sonarr installation.
It's advisable to make a backup of the v3 data first.
</p>
</div>
</dd>
<dt><span class="step">1</span>Install Sonarr</dt>
<dd>
<p>
Download the Windows Installer with the following link and execute it.
</p>
<div>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/main/latest?version=4&os=windows&arch=x64&installer=true">Download Windows (x64) Installer</a>
</div>
<div>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/main/latest?version=4&os=windows&arch=x86&installer=true">Download Windows (x86) Installer</a>
</div>
</dd>
<dt><span class="step">2</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-windows-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-windows-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually using the <a href="//services.sonarr.tv/v1/download/main/latest?version=4&os=windows&arch=x64">Windows x64</a> or <a href="//services.sonarr.tv/v1/download/main/latest?version=4&os=windows&arch=x86">Windows x86</a> .zip downloads. However in that case you must manually deal with dependencies, installation and permissions.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-linux" role="tabpanel">
<div>
<ul class="nav nav-pills">
<li class="nav-item active">
<a class="nav-link active" data-toggle="pill" href="#downloads-linux-debian"><img src="logo/debian.svg" class="icon svg"> Debian</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-linux-ubuntu"><i class="fab fa-ubuntu"></i> Ubuntu</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-linux-archlinux"><img src="logo/archlinux.svg" class="icon svg"> ArchLinux</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-linux-gentoo"><img src="logo/gentoo.svg" class="icon svg"> Gentoo</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-linux-freebsd"><i class="fab fa-freebsd"></i> FreeBSD</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-linux-other"><i class="fas fa-ellipsis-v"></i> Others</a>
</li>
</ul>
<div class="tab-content" id="download-v3-linux-tabcontent">
<div class="tab-pane fade active in" id="downloads-linux-debian" role="tabpanel">
<dl class="install-steps">
<div class="maintainer">
Package maintainers: <a href="https://github.com/sonarr/sonarr">Team Sonarr</a>
</div>
<dt>Introduction</dt>
<dd>
<p>
The installation process described here utilizes an installation shell script. The script will configure the required systemd unit to auto-start Sonarr.
It'll deploy the binaries in <code>/opt/Sonarr</code> and the configuation data will be stored in <code>/var/lib/sonarr</code>.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Updating Sonarr v3 to v4</h4>
The Sonarr v4 package overwrites v3's systemd unit if present.
It's advisable to make a backup of the v3 data first and uninstall the previous <code>sonarr</code> package.<br>
</div>
</dd>
<dt><span class="step">1</span>Install Sonarr</dt>
<dd>
<p>
Run one of the below commands as <b>root</b>.
</p>
<div class="alert alert-warning">
During the installation, you will be asked which user and group Sonarr must run as.
It's important to choose these correctly to avoid permission issues with your media files.
We suggest you keep at least the group name identical between your download client(s) and Sonarr.<br>
If you need to correct these after installation, please re-run the installation script.
</div>
<h5>curl</h5>
<pre><code class="bash">curl -o- https://raw.githubusercontent.com/Sonarr/Sonarr/develop/distribution/debian/install.sh | sudo bash</code></pre>
<h5>wget</h5>
<pre><code class="bash">wget -qO- https://raw.githubusercontent.com/Sonarr/Sonarr/develop/distribution/debian/install.sh | sudo bash</code></pre>
</dd>
<dt><span class="step">2</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
<i>(Replace 'localhost' with your server IP if you're connecting remotely)</i>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-linux-debian-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-linux-debian-alternatives">
<h5>Manual Install</h5>
<div>
<p>It is possible to install Sonarr manally using a <code>.tar.gz</code> download. However in that case you must manually deal with dependencies, installation and permissions. You will need to download the correct package for your system.</p>
<dl>
<dt>ARM <span class="arch">(ARM, armf, and armhf)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=arm</code></pre>
</dd>
<dt>ARM64 <span class="arch">(arm64)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=arm64</code></pre>
</dd>
<dt>AMD64 (x64) <span class="arch">(amd64)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64</code></pre>
</dd>
</dl>
</div>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-linux-ubuntu" role="tabpanel">
<dl class="install-steps">
<div class="maintainer">
Package maintainers: <a href="https://github.com/sonarr/sonarr">Team Sonarr</a>
</div>
<dt>Introduction</dt>
<dd>
<p>
The installation process described here utilizes an installation shell script. The script will configure the required systemd unit to auto-start Sonarr.
It'll deploy the binaries in <code>/opt/Sonarr</code> and the configuation data will be stored in <code>/var/lib/sonarr</code>.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Updating Sonarr v3 to v4</h4>
The Sonarr v4 package overwrites v3's systemd unit if present.
It's advisable to make a backup of the v3 data first and uninstall the previous <code>sonarr</code> package.<br>
</div>
</dd>
<dt><span class="step">1</span>Install Sonarr</dt>
<dd>
<p>
Run one of the below commands as <b>root</b>.
</p>
<div class="alert alert-warning">
During the installation, you will be asked which user and group Sonarr must run as.
It's important to choose these correctly to avoid permission issues with your media files.
We suggest you keep at least the group name identical between your download client(s) and Sonarr.<br>
If you need to correct these after installation, please re-run the installation script.
</div>
<h5>curl</h5>
<pre><code class="bash">curl -o- https://raw.githubusercontent.com/Sonarr/Sonarr/develop/distribution/debian/install.sh | sudo bash</code></pre>
<h5>wget</h5>
<pre><code class="bash">wget -qO- https://raw.githubusercontent.com/Sonarr/Sonarr/develop/distribution/debian/install.sh | sudo bash</code></pre>
</dd>
<dt><span class="step">2</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
<i>(Replace 'localhost' with your server IP if you're connecting remotely)</i>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-linux-ubuntu-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-linux-ubuntu-alternatives">
<h5>Manual Install</h5>
<div>
<p>It is possible to install Sonarr manally using a <code>.tar.gz</code> download. However in that case you must manually deal with dependencies, installation and permissions. You will need to download the correct package for your system.</p>
<dl>
<dt>ARM <span class="arch">(ARM, armf, and armhf)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=arm</code></pre>
</dd>
<dt>ARM64 <span class="arch">(arm64)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=arm64</code></pre>
</dd>
<dt>AMD64 (x64) <span class="arch">(amd64)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64</code></pre>
</dd>
</dl>
</div>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-linux-archlinux" role="tabpanel">
<dl class="install-steps">
<div class="maintainer">
Package maintainers: <a href="https://aur.archlinux.org/packages/sonarr-bin/">fryfrog, txtsd</a>
</div>
<dt>Introduction</dt>
<dd>
<p>
The Arch Linux User Repository offers <a href="https://aur.archlinux.org/packages/sonarr-bin/">sonarr-bin</a> package that can be installed manually
or using your favorite <a href="https://wiki.archlinux.org/index.php/AUR_helpers">AUR helper</a>.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Updating Sonarr v3 to v4</h4>
<p>
Sonarr will convert an existing Sonarr database if found during startup. Of course, it is always advisable to make a backup first.
</p>
</div>
</dd>
<dt><span class="step">1</span>Install Sonarr</dt>
<dd>
<p>
An AUR helper can install Sonarr and its dependencies easily, or follow the <a href="https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages">AUR Installing Packages</a> wiki for manual installation.
</p>
<p>
For example, to use <a href="https://aur.archlinux.org/packages/paru">paru</a> to install the Sonarr package:
<pre><code class="bash">paru -S sonarr-bin</code></pre>
</p>
</dd>
<dt><span class="step">2</span>Start Sonarr</dt>
<dd>
<pre><code class="bash">sudo systemctl daemon-reload
sudo systemctl enable --now sonarr</code></pre>
</dd>
<dt><span class="step">3</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
<i>(Replace 'localhost' with your server IP if you're connecting remotely)</i>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-linux-archlinux-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-linux-archlinux-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually from upstream using the <a href="//services.sonarr.tv/v1/download/main/latest?version=4&os=linux">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-linux-gentoo" role="tabpanel">
<dl class="install-steps">
<div class="maintainer">
Package maintainers: <a href="https://github.com/xartin">xartin</a>, <a href="https://github.com/candrews">candrews</a>
</div>
<dt>Introduction</dt>
<dd>
<p>
<a href="https://packages.gentoo.org/packages/www-apps/sonarr">Gentoo Linux includes sonarr</a> so it can be installed using Gentoo portage.
</p>
</dd>
<dt><span class="step">1</span>Install Sonarr</dt>
<dd>
<pre><code class="bash">emerge www-apps/sonarr</code></pre>
</dd>
<dt><span class="step">2</span>Start Sonarr</dt>
<dd>
<pre><code class="bash">systemctl daemon-reload
systemctl enable --now sonarr</code></pre>
</dd>
<dt><span class="step">3</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
<i>(Replace 'localhost' with your server IP if you're connecting remotely)</i>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-linux-gentoo-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-linux-gentoo-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually from upstream using the <a href="//services.sonarr.tv/v1/download/main/latest?version=4&os=linux">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-linux-freebsd" role="tabpanel">
<dl class="install-steps">
<div class="maintainer">
Package maintainers: <a href="https://cgit.freebsd.org/ports/tree/net-p2p/sonarr">mvanbaak</a>
</div>
<dt>Introduction</dt>
<dd>
<p>
Sonarr can be installed using the FreeBSD Sonarr <a href="https://cgit.freebsd.org/ports/tree/net-p2p/sonarr">Port</a>.
</p>
</dd>
<dt><span class="step">1</span>Install Sonarr</dt>
<dd>
<p>
Install the port with:
<pre><code class="bash">pkg install sonarr</code></pre>
</p>
</dd>
<dt><span class="step">2</span>Start Sonarr</dt>
<dd>
<p>
Start the service:
<pre><code class="bash">sysrc sonarr_enable=YES
service sonarr start</code></pre>
</p>
</dd>
<dt><span class="step">3</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
<i>(Replace 'localhost' with your server IP if you're connecting remotely)</i>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-linux-freebsd-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-linux-freebsd-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually from upstream using the <a href="//services.sonarr.tv/v1/download/main/latest?version=4&os=linux">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-linux-other" role="tabpanel">
<div class="install-description">
<div class="alert alert-info">
Please contact us if you wish to port Sonarr v4 for any other distribution that the ones already listed.
</div>
<p>
A generic download is available for linux, but dependencies, installation and permissions will need to be done manually.
</p>
<dl>
<dt>ARM <span class="arch">(ARM, armf, and armhf)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=arm</code></pre>
</dd>
<dt>ARM64 <span class="arch">(arm64)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=arm64</code></pre>
</dd>
<dt>AMD64 (x64) <span class="arch">(amd64)</span></dt>
<dd>
<pre><code class="bash">https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64</code></pre>
</dd>
</dl>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-macos" role="tabpanel">
<dl class="install-steps">
<div class="maintainer">
Package maintainers: <a href="https://github.com/sonarr/sonarr">Team Sonarr</a>
</div>
<dt>Introduction</dt>
<dd>
<p>
The easiest way to install Sonarr on macOS is to use the App archive with the steps described below.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Updating Sonarr v3 to v4</h4>
Sonarr will convert an existing Sonarr database if found during startup. Of course, it is always advisable to make a backup first.
</div>
</dd>
<dt><span class="step">1</span>Download App package</dt>
<dd>
<div>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/main/latest?version=4&os=macos&arch=arm64&installer=true">Download macOS App (ARM)</a>
</div>
<div>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/main/latest?version=4&os=macos&arch=x64&installer=true">Download macOS App (Intel)</a>
</div>
</dd>
<dt><span class="step">2</span>Install App</dt>
<dd>
<p>
Open the archive and drag the Sonarr icon to your Application folder.
</p>
<div class="alert alert-warning">
In macOS 10.12+ Gatekeeper App Translocation will prevent Sonarr from updating if it's being run directly from the download location. Therefore it MUST be moved to the Application folder.
</div>
</dd>
<dt><span class="step">3</span>Self-sign Sonarr</dt>
<dd>
<p>
Open Terminal and run
</p>
<pre><code class="bash">codesign --force --deep -s - /Applications/Sonarr.app && xattr -rd com.apple.quarantine /Applications/Sonarr.app</code></pre>
</dd>
<dt><span class="step">4</span>Start Sonarr</dt>
<dd>
<p>
Open Sonarr.app in your Application folder.
</p>
</dd>
<dt><span class="step">5</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-macos-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-macos-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually using the <a href="//services.sonarr.tv/v1/download/main/latest?version=4&os=macos&arch=arm64">macOS ARM</a> or <a href="//services.sonarr.tv/v1/download/main/latest?version=4&os=macos&arch=x64">macOS Intel</a> .tar.gz downloads. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-nas" role="tabpanel">
<div>
<ul class="nav nav-pills">
<li class="nav-item active">
<a class="nav-link active" data-toggle="pill" href="#downloads-nas-synology"> Synology</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-nas-qnap">QNAP</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-nas-other"><i class="fas fa-ellipsis-v"></i> Others</a>
</li>
</ul>
<div class="tab-content" id="download-v3-nas-tabcontent">
<div class="tab-pane fade active in" id="downloads-nas-synology" role="tabpanel">
<div class="alert alert-info">
A Sonarr package is maintained by <a href="https://synocommunity.com/">SynoCommunity</a><br>
Please contact us if you wish to include the appropriate install instructions on this page.
</div>
</div>
<div class="tab-pane fade" id="downloads-nas-qnap" role="tabpanel">
<div class="alert alert-info">
The Sonarr Qnap port is being maintained by the qnap forum community.<br>
Please contact us if you wish to include the appropriate install instructions on this page.
</div>
</div>
<div class="tab-pane fade" id="downloads-nas-other" role="tabpanel">
<div class="install-description">
<div class="alert alert-info">
Please contact us if you wish to port Sonarr for any other NAS that the ones already listed.
</div>
<p>
A generic download is available for linux, but dependencies, installation and permissions will need to be done manually.
</p>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/main/latest?version=4&os=linux">Download Linux .tar.gz</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-docker" role="tabpanel">
<dl class="install-steps">
<div class="maintainer">
Package maintainers: <a href="https://www.linuxserver.io">linuxserver</a>, <a href="https://hotio.dev">hotio</a>
</div>
<dt>Introduction</dt>
<dd>
<p>
The Sonarr team does not offer an official Docker image. However, a number of third parties have created and maintain their own.<br>
These instructions provide generic guidance that should apply to any Sonarr Docker image.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Updating Sonarr v3 to v4</h4>
Most docker containers use <code>/config</code> volume to mount the data directory and supply that path to Sonarr as parameter.
Sonarr will convert the given directory on startup if an existing database is found. Of course, it is always advisable to make a backup first.
</div>
</dd>
<dt><span class="step">1</span>Avoid common pitfalls</dt>
<dd>
<h5>Volumes and Paths</h5>
<p>
There are two common problems with Docker volumes: Paths that differ between the Sonarr and download client container and paths that prevent fast moves and hard links.<br>
The first is a problem because the download client will report a download's path as <code>/torrents/My.Show.S01E01/</code>, but in the Sonarr container that might be at
<code>/downloads/My.Show.S01E01/</code>. The second is a performance issue and causes problems for seeding torrents. Both problems can be solved with well planned, consistent paths.
</p>
<p>
Most Docker images suggest paths like <code>/tv</code> and <code>/downloads</code>. This causes slow moves and doesn't allow hard links because they are considered two different file systems <i>inside</i>
the container. Some also recommend paths for the download client container that are different from the Sonarr container, like <code>/torrents</code>.<br> The best solution is to use a single, common volume <i>inside</i> the containers,
such as <code>/data</code>. Your Series would be in <code>/data/tv</code>, torrents in <code>/data/downloads/torrents</code> and/or usenet downloads in <code>/data/downloads/usenet</code>.
</p>
<p>If this advice is not followed, you may have to configure a Remote Path Mapping in the Sonarr web UI (Settings › Download Clients).</p>
<h5>Ownership and Permissions</h5>
<p>
Permissions and ownership of files is one of the most common problems for Sonarr users, both inside and outside Docker. Most images have environment variables that can be used to override
the default user, group and umask, you should decide this before setting up all of your containers.
The recommendation is to use a common group for all related containers so that each container can use the shared group permissions to read and write files on the mounted volumes.<br>
Keep in mind that Sonarr will need read and write to the download folders as well as the final folders.
</p>
<p>
<i>For a more detailed explanation of these issues, see <a href="https://wiki.servarr.com/docker-guide">The Best Docker Setup and Docker Guide</a> wiki article.</i>
</p>
</dd>
<dt><span class="step">2</span>Install Sonarr</dt>
<dd>
<p>
To install and use these Docker images, you'll need to keep the above in mind while following their documentation. There are many ways to manage Docker images and containers too, so installation
and maintenance of them will depend on the route you choose.
<ul>
<li>
<h5>
<a href="https://ghcr.io/hotio/sonarr:latest">ghcr.io/hotio/sonarr:release</a>
</h5>
<p>
<a href="https://hotio.dev">hotio</a> doesn't specify any default volumes, besides <code>/config</code>. Images are automatically updated multiple times per hour if upstream changes are found.
Read the <a href="https://hotio.dev/containers/sonarr">instructions</a> on how to install the image.
</p>
</li>
<li>
<h5>
<a href="https://ghcr.io/linuxserver/sonarr:latest">ghcr.io/linuxserver/sonarr:latest</a>
</h5>
<p>
<a href="https://www.linuxserver.io">linuxserver.io</a> is one of the most prolific and popular Docker image maintainers. They also maintain images for most of the popular download clients as well.
LinuxServer specifies a couple of optional default volumes such as <code>/tv</code> and <code>/downloads</code>. The default volumes are not optimal nor recommended. Our recommendation is to use a single volume for the data, as mentioned above.
</p>
</li>
</ul>
</p>
</dd>
</dl>
</div>
<div class="tab-pane fade" id="downloads-other" role="tabpanel">
<div class="alert alert-info">
Please contact us if you wish to port Sonarr for any other platform that the ones already listed.
</div>
</div>
</div>
</div>
</div>
</div>
<div id="support" class="support">
<div class="container">
<div class="section-header">
<h3>Support</h3>
</div>
<div class="row">
<a class="col-sm-3" href="https://forums.sonarr.tv" target="_blank">
<div class="text">
<i class="fas fa-users fa-2x"></i>
<h4>Forums</h4>
<p>
Talk to Sonarr developers and other users, we are here to help.
</p>
</div>
</a>
<a class="col-sm-3" href="https://wiki.sonarr.tv" target="_blank">
<div class="text">
<i class="far fa-lightbulb fa-2x"></i>
<h4>Wiki</h4>
<p>
Check out the FAQ, API documentation and other guides
</p>
</div>
</a>
<a class="col-sm-3" href="https://web.libera.chat/?channels=#sonarr" target="_blank">
<div class="text">
<i class="fas fa-comment fa-2x"></i>
<h4>IRC Channel</h4>
<p>
Join our IRC channel for a chat. irc.libera.chat #sonarr
</p>
</div>
</a>
<a class="col-sm-3" href="https://discord.sonarr.tv" target="_blank">
<div class="text">
<i class="fab fa-discord fa-2x"></i>
<h4>Discord</h4>
<p>
Join our Discord server for a chat.
</p>
</div>
</a>
</div>
<div class="row">
<a class="col-sm-3" href="https://github.com/Sonarr/Sonarr/issues" target="_blank">
<div class="text">
<i class="fab fa-github fa-2x"></i>
<h4>GitHub Issues</h4>
<p>
Track bugs and features for the things that matter to you.
</p>
</div>
</a>
<a class="col-sm-3" href="https://twitter.com/sonarrtv" target="_blank">
<div class="text">
<i class="fab fa-twitter fa-2x"></i>
<h4>Follow us on Twitter</h4>
<p>
News, updates and anything else that might come up.
</p>
</div>
</a>
<a class="col-sm-3" href="https://www.reddit.com/r/sonarr" target="_blank">
<div class="text">
<i class="fab fa-reddit-alien fa-2x"></i>
<h4>Sonarr subreddit</h4>
<p>
Discuss Sonarr and talk to other users.
</p>
</div>
</a>
</div>
</div>
</div>
<footer id="footer" class="footer">
<div class="container">
<div class="row credits">
<div class="col-md-12">
<div class="row copyright">
<div class="col-md-12">
© <span id="year"></span> Sonarr. All rights reserved.
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/tab-loader.js?v=0b6b7566a47c643cdeadfbbe3ca9bf79"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
<script src="js/theme.js?v=85693f7f35c872717ee514c10ca38fdc"></script>
<script type="text/javascript" src="js/index-slider.js?v=072006930bd52788bb7ab0a7d16861f7"></script>
<script type="text/javascript">
if (window.location.hash.toLocaleLowerCase() === "#donate") {
window.location.replace("https://sonarr.tv/donate");
}
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-54382816-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>