Annotation of embedaddon/mpd/doc/mpd40.html, revision 1.1.1.4

1.1       misho       1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
                      2: <HTML>
                      3: <HEAD>
                      4: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
                      5: <TITLE>Control console</TITLE>
                      6: </HEAD>
                      7: <BODY text="#000000" bgcolor="#ffffff">
                      8: 
1.1.1.4 ! misho       9: <A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
1.1       misho      10:  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
                     11:  <b>:</b> <EM>Control console</EM><BR>
                     12: <b>Previous:</b> <A HREF="mpd39.html"><EM>Network Address Translation (NAT)</EM></A><BR>
                     13: <b>Next:</b> <A HREF="mpd41.html"><EM>Web server</EM></A>
                     14: 
                     15: 
                     16: <HR NOSHADE>
                     17:   <H2><A NAME="40"></A>4.15. Control console<A NAME="console"></A></H2>
                     18: 
                     19: <p>This chapter describes commands for configuring Mpd's console.
                     20: The console can be accessed via IPv4 or IPv6 using telnet.
                     21: Multiple telnet connections are allowed.</p>
                     22: <p>
                     23: <dl>
                     24: 
                     25: 
                     26: <dt><b><code>set console open</code></b><dd><p>Opens the console, i.e., creates the listening TCP socket.</p>
                     27: 
                     28: <dt><b><code>set console close</code></b><dd><p>Closes the console, i.e., closes the listening TCP socket.
                     29: Only the listener is affected; active sessions are not closed.</p>
                     30: 
                     31: <dt><b><code>set console self <em>ip</em> [ <em>port</em> ]</code></b><dd><p>Sets the credentials for the console-listener. After changing one of these
                     32: options, the console must be closed and re-opened for the changes to
                     33: take effect.</p>
                     34: <p>The default is '127.0.0.1 5005'.</p>
                     35: 
                     36: </dl>
                     37: </p>
                     38: 
                     39: 
                     40: <p>
                     41: <dl>
                     42: 
                     43: <dt><b><code>set console enable <em>option ...</em><br>
                     44: set console disable <em>option ...</em></code></b><dd><p>These commands configure various console options.</p>
                     45: <p>The options available for the console are:</p>
                     46: 
                     47: <dt><b><code>logging</code></b><dd><p>This options enables writing of logging messages to the current console.</p>
                     48: <p>The default is enable for stdout and disable for the rest.</p>
                     49: 
1.1.1.4 ! misho      50: <dt><b><code>auth</code></b><dd><p>This options enables authorized login to console. This is a read-only value.</p>
1.1.1.3   misho      51: <p>The default is enable.</p>
                     52: 
1.1       misho      53: </dl>
                     54: </p>
                     55: 
                     56:  <HR NOSHADE>
1.1.1.4 ! misho      57: <A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
1.1       misho      58:  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
                     59:  <b>:</b> <EM>Control console</EM><BR>
                     60: <b>Previous:</b> <A HREF="mpd39.html"><EM>Network Address Translation (NAT)</EM></A><BR>
                     61: <b>Next:</b> <A HREF="mpd41.html"><EM>Web server</EM></A>
                     62: 
                     63: 
                     64: 
                     65: </BODY>
                     66: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>