Settings/Services/Control: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(Updated for v19)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[:File:services_control.JPG|600px|right]]
{{mininav| [[Settings]] | [[Settings/Services|Services]] }}
 


__TOC__
__TOC__


==Web server==


==Application control==
 
= Web server =
<gallery mode="packed" widths="700px" heights="394px">
Settings-Services-Control-01.jpg
</gallery>
 
 
 
== Allow remote control via HTTP ==
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Enable to allow remote users to control this application through the built-in web server.
|-valign="top"
| '''See also:'''
| '''[[Webserver]] '''
|}
 
 
== Port ==
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Defines the port by which the webserver will be reached. If changing the port ensure you do not conflict with standardized ports such as "21" for FTP or "22" for ssh.
|-valign="top"
| '''See also:'''
| '''[https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers List of TCP and UDP port numbers]'''
|}
 
 
== Require authentication ==
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Choose whether requests to the web server require a username and password.
|}
 
 
== Username ==
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Defines the username which needs to be used to access the webserver.
|}
 
 
== Password ==
 
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Defines the username which needs to be used to access the webserver.
|}
 
 
== Web interface ==
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Select a web interface. The default is the Chorus2 web interface.
|-valign="top"
| '''See also:'''
| '''[[Web_interface|Web interface]] '''
|}
 
 
= Application control =
<gallery mode="packed" widths="700px" heights="394px">
Settings-Services-Control-02.jpg
</gallery>
 
 
== Allow remote control from applications on this system ==
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Allows programs on this device to control this application via the JSON-RPC over WebSocket, JSON-RPC over TCP or EventServer protocol, without authentication.
|-valign="top"
| '''See also:'''
| '''[[JSON-RPC_API]]'''
|}
 
 
== Allow remote control from applications on other systems ==
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Allows programs on the network to control this application via the JSON-RPC over WebSocket, JSON-RPC over TCP or EventServer protocol, without authentication. It allows anyone with access to the network to completely control this application and, therefore, this device. '''Never expose these interfaces to the internet.'''
|-valign="top"
| '''See also:'''
| '''[[JSON-RPC_API]]'''
|-valign="top"
| '''See also:'''
| '''[[EventServer|Event Server]]'''
|}
 
 
 
= References =
<references />
 
 
 
 
{{top}}
{{updated|19}}
 
[[Category:Settings]]

Revision as of 07:04, 14 March 2021

Home icon grey.png   ▶ Settings ▶ Services ▶ Control



Web server


Allow remote control via HTTP

Settings level: Standard
Description: Enable to allow remote users to control this application through the built-in web server.
See also: Webserver


Port

Settings level: Standard
Description: Defines the port by which the webserver will be reached. If changing the port ensure you do not conflict with standardized ports such as "21" for FTP or "22" for ssh.
See also: List of TCP and UDP port numbers


Require authentication

Settings level: Standard
Description: Choose whether requests to the web server require a username and password.


Username

Settings level: Standard
Description: Defines the username which needs to be used to access the webserver.


Password

Settings level: Standard
Description: Defines the username which needs to be used to access the webserver.


Web interface

Settings level: Standard
Description: Select a web interface. The default is the Chorus2 web interface.
See also: Web interface


Application control


Allow remote control from applications on this system

Settings level: Standard
Description: Allows programs on this device to control this application via the JSON-RPC over WebSocket, JSON-RPC over TCP or EventServer protocol, without authentication.
See also: JSON-RPC_API


Allow remote control from applications on other systems

Settings level: Standard
Description: Allows programs on the network to control this application via the JSON-RPC over WebSocket, JSON-RPC over TCP or EventServer protocol, without authentication. It allows anyone with access to the network to completely control this application and, therefore, this device. Never expose these interfaces to the internet.
See also: JSON-RPC_API
See also: Event Server


References



Return to top