1
2vdradmind(8)                System Manager's Manual               vdradmind(8)
3
4
5

NAME

7       vdradmind - Web-based administration tool for VDR
8
9

SYNOPSIS

11       vdradmind [OPTION]...
12
13

DESCRIPTION

15       vdradmind  provides  a  webinterface  for managing the Linux Video Disk
16       Recorder (VDR), it has a virtual remote to control your  VDR,  you  can
17       view  live-tv as a small slideshow, you can search for certain shows in
18       the EPG....
19
20       By default vdradmind will listen on port 8001.
21
22       Note: Your VDR must be configured to be accessible via SVDRP  from  the
23       machine, you run vdradmind from.
24
25

OPTIONS

27       --nofork / -n
28              Do  not  fork on start of vdradmind. (vdradmind does not go into
29              daemon-mode)
30
31
32       --config / -c
33              Ask some questions, to interactively  generate  the  config-file
34              /etc/vdradmin/vdradmind.conf
35
36
37       --cfgdir dir/ -d dir
38              Path to the directory containing the VDRAdmin-AM config files.
39
40
41       --kill / -k
42              Kill a forked vdradmind.
43
44
45       --pid pidfile / -p pidfile
46              Set the pidfile to use.
47
48
49       --ipv6 / -6
50              use IPv6. [EXPERIMENTAL!]
51
52
53       --ssl / -s
54              only accept https:// connections.
55
56              NOTE:  this  requires  server-cert.pem and server-key.pem in the
57              "certs" directory.
58
59              You can create them for example like this:
60
61              # openssl req -new -x509 -days 9999  -keyout  server-rsa-key.pem
62              -out server-cert.pem
63
64              # openssl rsa -in server-rsa-key.pem > server-key.pem
65
66
67       --log level / -l level
68              set log level for this session [0 - 7].
69
70
71       --help / -h
72              Display a short message about the options of vdradmind.
73
74

AUTHOR

76       This man-page has been written by Thomas Schmidt <thomas@thsnet.de> and
77       has been updated by Andreas Mair <andreas@vdr-developer.org>.
78
79       Permission is granted to copy, distribute and/or modify  this  document
80       under  the terms of the GNU General Public License, Version 2 any later
81       version published by the Free Software Foundation.
82
83       On Debian systems, the complete text of the GNU General Public  License
84       can be found in /usr/share/common-licenses/GPL.
85
86
87
88                                                                  vdradmind(8)
Impressum