Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html - github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 086d6adaee63ec443d03fd17c419d3f85227c22f (plain)
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
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
		<meta name="apple-mobile-web-app-capable" content="yes">
		<meta name="theme-color" content="#0082c9">
		<link rel="shortcut icon" href="https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon.png?x53054" />
		<link rel="apple-touch-icon-precomposed" href="https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon-touch.png?x53054" />
		<title>Nextcloud Documentation</title>
		<meta name="author" content="Nextcloud">
		<meta itemprop="description" content="Nextcloud is an open source, self-hosted file share and communication platform. Access &amp; sync your files, contacts, calendars &amp; communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!">
		<meta name="description" content="Nextcloud is an open source, self-hosted file share and communication platform. Access &amp; sync your files, contacts, calendars &amp; communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!">

		<!-- Twitter Card data -->
		<meta name="twitter:card" content="summary_large_image">
		<meta name="twitter:site" content="@nextclouders">
		<meta name="twitter:url" content="https://docs.nextcloud.com">
		<meta name="twitter:title" content="Nextcloud Documentation">
		<meta name="twitter:description" content="Nextcloud is an open source, self-hosted file share and communication platform. Access &amp; sync your files, contacts, calendars &amp; communicate and collaborate across your devices.">

		<!-- Open Graph data -->
		<meta property="og:title" content="Nextcloud Documentation" />
		<meta property="og:type" content="article" />
		<meta property="og:url" content="https://docs.nextcloud.com/" />
		<meta property="og:description" content="Nextcloud is an open source, self-hosted file share and communication platform. Access &amp; sync your files, contacts, calendars &amp; communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!" />
		<meta property="og:site_name" content="Nextcloud" />
		<meta property="fb:admins" content="1032807203462807" />

		<!-- set images for generic, twitter and Open Graph -->
		<meta itemprop="image" content="./static/images/files_page.png">
		<meta name="twitter:image" content="./static/images/files_page.png">
		<meta name="twitter:image:src" content="./static/images/files_page.png">
		<meta property="og:image" content="./static/images/files_page.png">

		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
		<link rel="stylesheet" href="./static/css/main.min.css" type="text/css" />
		<link rel="stylesheet" href="./static/css/styles.css" type="text/css" />

	<script type="text/javascript">var templateUrl='https://docs.nextcloud.com/server/14/user_manual/_static/';</script>
	<script data-main="./static/js/require.config.js" src="./static/js/require.min.js"></script>

	<script>require(["require.config"],function(){require(["modules/header","main","modernizr","modules/cookieconsent"])});</script>

		<script type="text/javascript">
			var DOCUMENTATION_OPTIONS = {
				URL_ROOT:       './',
				VERSION:        '14',
				COLLAPSE_INDEX: false,
				FILE_SUFFIX:    '.html',
				HAS_SOURCE:     true
			};
		</script>

		<!-- Piwik -->
		<script type="text/javascript">
			var _paq = _paq || [];
			/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
			_paq.push(["setCookieDomain", "*.nextcloud.com"]);
			_paq.push(["setDomains", ["*.nextcloud.com"]]);
			_paq.push(['trackPageView']);
			_paq.push(['enableLinkTracking']);
			(function() {
				var u="//stats.nextcloud.com/";
				_paq.push(['setTrackerUrl', u+'piwik.php']);
				_paq.push(['setSiteId', '3']);
				var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
				g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
			})();
		</script>
		<noscript><p><img src="//stats.nextcloud.com/piwik.php?idsite=3&rec=1" style="border:0;" alt="" /></p></noscript>
		<!-- End Piwik Code -->
		<!-- Mautic -->
		<script>
			(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
				w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
				m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
			})(window,document,'script','https://mautic.nextcloud.com/mtc.js','mt');

			mt('send', 'pageview');
		</script>
		<!-- End Mautic code -->
	</head>
	<body role="document">

<nav class="nav" id="nav">
	<div class="mobile-bg-container">
		<div class="mobile-bg"></div>
	</div>
	<div class="container">
		<div class="nav__bg-wrapper">
			<div class="nav__bg"></div>
		</div>
		<div class="brand">
			<a href="https://nextcloud.com/homepage">
				<div class="logo"></div>
			</a>
		</div>
		<button type="button" class="navbar-toggle collapsed" id="toggle">
			<div class="menu-animation" data-animation-path="img/menu/black/" data-anim-loop="false" data-name="menu-black" id="menu-black"></div>
		</button>
		<div class="nav__sections-wrapper">
			<ul class="nav__sections">
				<li class="nav__section">
					<a class="nav__label">Products</a>
						<ul class="nav__links ">
							<li class="nav__item">
								<a href="https://nextcloud.com/files">
									<div class="nav__logo">
										<img style="" src="./static/img/Nextcloud-Files.svg" >
									</div>
									<div class="nav__text">
										<strong>Nextcloud Files</strong>
										<br>
										<small>File Sync and Share</small>
									</div>
								</a>
							</li>
							<li class="nav__item">
								<a href="https://nextcloud.com/talk">
									<div class="nav__logo">
										<img src="./static/img/Nextcloud-Talk.svg" >
									</div>
									<div class="nav__text">
										<strong>Nextcloud Talk</strong>
										<br>
										<small>Calls, chat and web meetings</small>
									</div>
								</a>
							</li>
							<li class="nav__item">
							<a href="https://nextcloud.com/groupware">
								<div class="nav__logo">
									<img src="./static/img/Nextcloud-Groupware.svg" >
								</div>
								<div class="nav__text">
								<strong>Nextcloud Groupware</strong>
								<br>
								<small>Calendar, Contacts & Mail</small>
							</div>
						</a>
					</li>
					<li class="nav__item">
						<a href="https://nextcloud.com/athome">
							<div class="nav__logo">
								<img src="./static/img/Nextcloud-Home.svg" >
							</div>
							<div class="nav__text">
								<strong>Nextcloud at home</strong>
								<br>
								<small>For home users</small>
							</div>
						</a>
					</li>
				</ul>
			</li>
			<li class="nav__section">
				<a class="nav__label">Support</a>
				<ul class="nav__links">
					<li class="nav__item"><a href="https://portal.nextcloud.com">Nextcloud Support</a></li>
					<li class="nav__item"><a href="https://help.nextcloud.com">Community support</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/pricing">Pricing</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/support">Documentation</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/whitepapers">White papers</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/migration">Migration</a></li>
					<li class="nav__item"><a href="https://apps.nextcloud.com">App Store</a></li>
				</ul>
			</li>
			<li class="nav__section">
				<a class="nav__label">Community</a>
				<ul class="nav__links">
					<li class="nav__item"><a href="https://nextcloud.com/contribute">How to contribute</a></li>
					<li class="nav__item"><a href="https://github.com/nextcloud">Code on GitHub</a></li>
					<li class="nav__item"><a href="https://github.com/nextcloud/server/issues/new/choose">Report a bug</a></li>
					<li class="nav__item"><a href="https://docs.nextcloud.com/server/14/developer_manual/">Developer Docs</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/code-of-conduct">Code of Conduct</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/security">Security information</a></li>
				</ul>
			</li>
			<li class="nav__section">
			<a class="nav__label">About</a>
				<ul class="nav__links">
					<li class="nav__item"><a href="https://nextcloud.com/about">About us</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/blog">Blog</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/secure">Security</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/team">Team</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/partners">Partners</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/events">Events</a></li>
					<li class="nav__item"><a href="https://nextcloud.com/jobs">Jobs</a></li>
				</ul>
			</li>
		</ul>
		<ul class="right-buttons">
			<li class="ghost-btn"><a href="https://demo.nextcloud.com/" class="nav__label">Demo</a></li>
			<li class="ghost-btn"><a href="https://nextcloud.com/install" class="nav__label">Download</a></li>
			<li class="ghost-btn"><a href="https://nextcloud.com/enterprise/buy" class="nav__label">Buy</a></li>
			<li class="ghost-btn"><a href="https://nextcloud.com/pricing#faq" class="nav__label">FAQ</a></li>
		</ul>
	</div>
</div>
</div>
</nav>

<div class="wrap container not-front">
	<div class="content row">
		<main class="main">
			<div class="col-md-12">
				<div class="page-content">
					<div class="section" id="nextcloud-documentation-overview">
						<h1>Nextcloud Documentation Overview<a class="headerlink" href="#nextcloud-documentation-overview" title="Permalink to this headline">¶</a></h1>
						<div class="section" id="server">
							<h1>Nextcloud Server<a class="headerlink" href="#server" title="Permalink to this headline">¶</a></h1>
							<div class="section" id="getting-Nextcloud">
								<p>You can download and install Nextcloud on your own Linux server, use the Web
								Installer to install it on shared Web hosting, try some prefab cloud or virtual
								machine images, or sign up for hosted Nextcloud services. See the
								<a class="reference external" href="https://nextcloud.com/install/">Get Started</a>
								page for more information.</p>
							</div>

							<div class="section" id="nextcloud-latest">
								<h2>Nextcloud 26<a class="headerlink" href="#nextcloud-latest" title="Permalink to this headline">¶</a></h2>
								<p>This documents the <em>upcoming</em> version of Nextcloud (not released).</p>
								<ul class="simple">
									<li><a class="reference external" href="https://docs.nextcloud.com/server/latest/user_manual/">User Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/latest/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/latest/admin_manual/">Administration Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/latest/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/latest/developer_manual/">Developer Manual</a>
								</ul>
							</div>

							<div class="section" id="nextcloud-stable">
								<h2>Nextcloud 25<a class="headerlink" href="#nextcloud-stable" title="Permalink to this headline">¶</a></h2>
								<p>This documents the <em>latest stable</em> version of Nextcloud.</p>
								<ul class="simple">
									<li><a class="reference external" href="https://docs.nextcloud.com/server/stable/user_manual/">User Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/stable/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/stable/admin_manual/">Administration Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/stable/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/stable/developer_manual/">Developer Manual</a>
								</ul>
							</div>

							<div class="section" id="nextcloud-previous">
								<h2>Nextcloud 24<a class="headerlink" href="#nextcloud-previous" title="Permalink to this headline">¶</a></h2>
								<p>This documents the <em>previous</em> version of Nextcloud.</p>
								<ul class="simple">
									<li><a class="reference external" href="https://docs.nextcloud.com/server/24/user_manual/">User Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/24/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/24/admin_manual/">Administration Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/24/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/24/developer_manual/">Developer Manual</a>
								</ul>
							</div>

							<div class="section" id="nextcloud-23">
								<h2>Nextcloud 23<a class="headerlink" href="#nextcloud-23" title="Permalink to this headline">¶</a></h2>
								<p>This documents the <em>last supported</em> version of Nextcloud.</p>
								<ul class="simple">
									<li><a class="reference external" href="https://docs.nextcloud.com/server/23/user_manual/">User Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/23/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/23/admin_manual/">Administration Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/23/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/23/developer_manual/">Developer Manual</a>
								</ul>
							</div>

							<div class="section" id="desktop">
								<h1>Nextcloud Desktop Client<a class="headerlink" href="#desktop" title="Permalink to this headline">¶</a></h1>
								<p>Once you have a Nextcloud Server running, you can connect to it with various <a class="reference external" href="https://nextcloud.com/install/#install-clients">clients like our mobile and desktop client.</a>
								Find documentation for the desktop client below.</p>
								<div class="section" id="desktop-36">
									<h2>Desktop 3.6<a class="headerlink" href="#desktop-35" title="Permalink to this headline">¶</a></h2>
									<p>This documents the <em>latest</em> version of the Nextcloud desktop client.</p>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.6">Manual</a>
									</ul>
								</div>
								<div class="section" id="desktop-35">
									<h2>Desktop 3.5<a class="headerlink" href="#desktop-35" title="Permalink to this headline">¶</a></h2>
									<p>This documents the <em>previous</em> version of the Nextcloud desktop client.</p>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.5">Manual</a>
									</ul>
								</div>
								<div class="section" id="desktop-34">
									<h2>Desktop 3.4<a class="headerlink" href="#desktop-34" title="Permalink to this headline">¶</a></h2>
									<p>This documents the <em>older</em> version of the Nextcloud desktop client.</p>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.4">Manual</a>
									</ul>
								</div>
								<div class="section" id="desktop-33">
									<h2>Desktop 3.3<a class="headerlink" href="#desktop-33" title="Permalink to this headline">¶</a></h2>
									<p>This documents the <em>older</em> version of the Nextcloud desktop client.</p>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.3">Manual</a>
									</ul>
								</div>
								<div class="section" id="desktop-32">
									<h2>Desktop 3.2<a class="headerlink" href="#desktop-32" title="Permalink to this headline">¶</a></h2>
									<p>This documents the <em>older</em> version of the Nextcloud desktop client.</p>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.2">Manual</a>
									</ul>
								</div>
								<div class="section" id="desktop-31">
									<h2>Desktop 3.1<a class="headerlink" href="#desktop-31" title="Permalink to this headline">¶</a></h2>
									<p>This documents the <em>older</em> version of the Nextcloud desktop client.</p>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.2">Manual</a>
									</ul>
								</div>
								<div class="section" id="desktop-30">
									<h2>Desktop 3.0<a class="headerlink" href="#desktop-30" title="Permalink to this headline">¶</a></h2>
									<p>This documents the <em>older</em> version of the Nextcloud desktop client. Users are strongly encouraged to upgrade to benefit from security and stability improvements.</p>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.0">Manual</a>
									</ul>
								</div>
							</div>

							<div class="section" id="nextcloud-older">
								<h1>Older Nextcloud server releases<a class="headerlink" href="#nextcloud-older" title="Permalink to this headline">¶</a></h1>
								<p>This documents the <em>older</em> versions of Nextcloud. These releases are no longer
								publicly maintained and users are strongly encouraged to upgrade to a maintained
								release or get access to long term security and stability updates with
								<a href="https://nextcloud.com/enterprise">Nextcloud Enterprise.</a></p>

								<div class="section" id="nextcloud-22">
									<h2>Nextcloud 21<a class="headerlink" href="#nextcloud-22" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/22/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/22/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/22/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/22/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/22/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-21">
									<h2>Nextcloud 21<a class="headerlink" href="#nextcloud-21" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/21/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/21/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/21/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/21/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/21/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-20">
									<h2>Nextcloud 20<a class="headerlink" href="#nextcloud-20" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/20/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/20/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/20/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/20/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/20/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-19">
									<h2>Nextcloud 19<a class="headerlink" href="#nextcloud-19" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/19/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/19/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/19/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/19/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/19/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-18">
									<h2>Nextcloud 18<a class="headerlink" href="#nextcloud-18" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/18/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/18/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/18/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/18/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/18/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-17">
									<h2>Nextcloud 17<a class="headerlink" href="#nextcloud-17" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/17/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/17/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/17/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/17/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/17/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-16">
									<h2>Nextcloud 16<a class="headerlink" href="#nextcloud-16" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/16/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/16/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/16/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/16/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/16/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-15">
									<h2>Nextcloud 15<a class="headerlink" href="#nextcloud-15" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/15/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/15/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/15/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/15/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/15/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-14">
									<h2>Nextcloud 14<a class="headerlink" href="#nextcloud-14" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/14/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/14/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/14/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/14/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/14/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-13">
									<h2>Nextcloud 13<a class="headerlink" href="#nextcloud-13" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/13/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/13/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/13/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/13/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/13/developer_manual/">Developer Manual</a>
									</ul>
								</div>

								<div class="section" id="nextcloud-12">
									<h2>Nextcloud 12<a class="headerlink" href="#nextcloud-12" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/12/user_manual/">User Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/12/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/12/admin_manual/">Administration Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/12/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/12/developer_manual/">Developer Manual</a>
											(<a class="reference external" href="https://docs.nextcloud.com/server/12/NextcloudDeveloperManual.pdf">Download PDF</a>)</li>
									</ul>
								</div>

								<div class="section" id="nextcloud-11">
									<h2>Nextcloud 11<a class="headerlink" href="#nextcloud-11" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
									<li><a class="reference external" href="https://docs.nextcloud.com/server/11/user_manual/">User Manual</a>
									(<a class="reference external" href="https://docs.nextcloud.com/server/11/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/11/admin_manual/">Administration Manual</a>
									(<a class="reference external" href="https://docs.nextcloud.com/server/11/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/11/developer_manual/">Developer Manual</a>
									(<a class="reference external" href="https://docs.nextcloud.com/server/11/NextcloudDeveloperManual.pdf">Download PDF</a>)</li>
									</ul>
								</div>

								<div class="section" id="nextcloud-10">
									<h2>Nextcloud 10<a class="headerlink" href="#nextcloud-10" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
									<li><a class="reference external" href="https://docs.nextcloud.com/server/10/user_manual/">User Manual</a>
									(<a class="reference external" href="https://docs.nextcloud.com/server/10/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/10/admin_manual/">Administration Manual</a>
									(<a class="reference external" href="https://docs.nextcloud.com/server/10/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
									<li><a class="reference external" href="https://docs.nextcloud.com/server/10/developer_manual/">Developer Manual</a>
									(<a class="reference external" href="https://docs.nextcloud.com/server/10/NextcloudDeveloperManual.pdf">Download PDF</a>)</li>
									</ul>
								</div>

								<div class="section" id="nextcloud-9">
									<h2>Nextcloud 9<a class="headerlink" href="#nextcloud-9" title="Permalink to this headline">¶</a></h2>
									<ul class="simple">
										<li><a class="reference external" href="https://docs.nextcloud.com/server/9/user_manual/">User Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/9/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/9/admin_manual/">Administration Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/9/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
										<li><a class="reference external" href="https://docs.nextcloud.com/server/9/developer_manual/">Developer Manual</a>
										(<a class="reference external" href="https://docs.nextcloud.com/server/9/NextcloudDeveloperManual.pdf">Download PDF</a>)</li>
									</ul>
								</div>
							</div>
						</div><!-- server -->

						<div class="section" id="reporting-documentation-bugs-how-to-contribute">
							<h1>Reporting Documentation Bugs &amp; How to Contribute<a class="headerlink" href="#reporting-documentation-bugs-how-to-contribute" title="Permalink to this headline">¶</a></h1>
							<p>If you find an error or omission in any of the manuals, we welcome your bug
							reports and contributions. Contribution to the documentation is very easy as
							the code is entirely <a href="https://github.com/nextcloud/documentation">on
							GitHub and can be edited there online.</a></p>
						</div>
					</div><!-- nextcloud-documentation-overview -->
				</div><!-- page-content -->
			</div><!-- col-md-12 -->
		</main>
	</div><!-- content -->
</div><!-- container -->

<div class="container">
	<div class="row">
		<div class="text-center">All documentation licensed under the <a href="https://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 Unported license</a>.</div>
	</div>
</div><!-- container -->

<footer class="content-info page-footer" role="contentinfo">
	<div class="container">
		<div class="row">
			<div class="col-sm-3">
				<div class="footer-nav">
					<h1>About Nextcloud</h1>
					<ul>
						<li><a class="reference external" href="https://nextcloud.com/about">About us</a></li>
						<li><a class="reference external" href="https://nextcloud.com/events">Events</a></li>
						<li><a class="reference external" href="https://nextcloud.com/jobs">Jobs</a></li>
						<li><a class="reference external" href="https://nextcloud.com/community/code-of-conduct/">Code of Conduct</a></li>
						<li><a class="reference external" href="https://nextcloud.com/privacy">Privacy</a></li>
						<li><a class="reference external" href="https://nextcloud.com/impressum">Legal notice</a></li>
					</ul>
				</div>
			</div>
			<div class="col-sm-3">
				<div class="footer-nav">
					<h1>Resources</h1>
					<ul>
						<li><a class="reference external" href="https://nextcloud.com/search/">Search our website</a></li>
						<li><a class="reference external" href="https://nextcloud.com/install">Download</a></li>
						<li><a class="reference external" href="https://apps.nextcloud.com">App Store</a></li>
						<li><a class="reference external" href="https://docs.nextcloud.com/server/latest/admin_manual/">Admin manual</a></li>
						<li><a class="reference external" href="https://docs.nextcloud.com/server/latest/user_manual/en/">User manual</a></li>
						<li><a class="reference external" href="https://nextcloud.com/developer/">Developer program</a></li>
						<li><a class="reference external" href="https://nextcloud.com/security">Security</a></li>
						<li><a class="reference external" href="https://github.com/nextcloud">Code on GitHub</a></li>
						<li><a class="reference external" href="https://nextcloud.com/compare/">Compare</a></li>
					</ul>
				</div>
			</div>
			<div class="col-sm-3">
				<div class="footer-nav">
					<h1>Interact</h1>
					<ul>
						<li><a class="reference external" href="https://nextcloud.com/support">Support</a></li>
						<li><a class="reference external" href="https://help.nextcloud.com/categories">Forums</a></li>
						<li><a class="reference external" href="https://try.nextcloud.com">Demo</a></li>
						<li><a class="reference external" href="https://nextcloud.com/contact">Contact us</a></li>
						<li><a class="reference external" href="https://nextcloud.com/press">Press center</a></li>
						<li><a class="reference external" href="https://github.com/nextcloud/server/issues">Bug Tracker</a></li>
					</ul>
				</div>
			</div>
			<div class="col-sm-3">
				<div class="footer-nav">
					<h1>Follow us</h1>
					<ul>
						<li><a class="reference external" href="https://www.facebook.com/Nextcloud-1032807203462807/">Facebook</a></li>
						<li><a class="reference external" href="https://instagram.com/nextclouders">Instagram</a></li>
						<li><a class="reference external" href="https://www.linkedin.com/company/10827569/">LinkedIn</a></li>
						<li><a class="reference external" href="https://youtube.com/nextcloud">YouTube</a></li>
						<li><a class="reference external" href="https://twitter.com/nextclouders">Twitter</a></li>
						<li><a class="reference external" href="https://mastodon.xyz/@nextcloud">Mastodon</a></li>
						<li><a class="reference external" href="https://nextcloud.com/podcast/">Podcast</a></li>
						<li><a class="reference external" href="https://nextcloud.com/blogfeed">RSS Feed</a></li>
					</ul>
				</div>
			</div>
		</div>
		<div class="row">
			<div class="col-sm-12 text-center">
				<p>&copy; 2021 Nextcloud GmbH</p>
			</div>
		</div>
	</div><!-- container -->
</footer>
</body>
</html>