Settings/Services/Control: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[File:services_control.JPG|600px|right]]


__TOC__
__TOC__


==Web server==
==Web server==
[[File:services_control1.JPG|600px|left]]
{{-}}
===Allow control of Kodi via HTTP===


Allow control of Kodi via HTTP - Enables the webserver to control Kodi
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Enable remote users to control this application through the built-in web server.
|-valign="top"
| '''See also:'''
| [[Webserver]]
|}


- Port - Defines the port of the webserver


- Username - Defines the username used for the webserver (default : 'kodi')
===Port===


- Password - Defines the password used for the webserver (default : 'kodi')
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Defines the port by which the webserver will be able to be reached. You can change that port to something else, but be careful not to take some standardized ports such as "21" for FTP or "22" for ssh. Otherwise it might conflict other services on your system.
|-valign="top"
| '''See also:'''
| [https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers List of TCP and UDP port numbers]
|}
 
 
===Username===
 
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Defines the username which needs to be used to access the in-build webserver if the password has been set! Default username is set to: kodi
|-valign="top"
|}
 
 
===Password===
 
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Defines the password which needs to be used to access the in-build webserver. If the username is set but the passwort has been left blank, the webserver will be reached without entering any credentials
|-valign="top"
|}
 
 
===Web interface===
 
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Select a webinterface which has been installed through the add-on manager. The pre-installed webinterface is: Chorus 2
|-valign="top"
| '''See also:'''
| [[Web_interface|Web interface]]
|}


Web interface - Select between web interfaces installed via the add-on manager


==Application control==
==Application control==
[[File:services_control2.JPG|600px|left]]
{{-}}
===Allow remote control from applications on this system===
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Allows programs on this computer to controll this application through the web interface (if enabled) or the JSON-RPC interface protocoll. 
|-valign="top"
| '''See also:'''
| [[JSON-RPC_API]]
|}


Allow remote control from applications on this system - Enables programs on the computer running Kodi to control Kodi via the webserver/EventServer/JSON-RPC API.
===Allow remote control from applications on other systems===


Allow remote control from applications on other systems - Enables programs on any system to control Kodi via the webserver/EventServer/JSON-RPC API.
{|
|- valign="top"
| width=120px | {{nowrap|'''Settings level:'''}}
| Standard
|- valign="top"
| '''Description:'''
| Allows programs on other computers on the network to control this applikation. You have to enable this setting if you want to use [[Kore]]
|-valign="top"
| '''See also:'''
| [[JSON-RPC_API]]
|-valign="top"
| '''See also:'''
| [[EventServer|Event Server]]
|}

Revision as of 09:25, 16 June 2018

Web server

Services control1.JPG


Allow control of Kodi via HTTP

Settings level: Standard
Description: Enable 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 able to be reached. You can change that port to something else, but be careful not to take some standardized ports such as "21" for FTP or "22" for ssh. Otherwise it might conflict other services on your system.
See also: List of TCP and UDP port numbers


Username

Settings level: Standard
Description: Defines the username which needs to be used to access the in-build webserver if the password has been set! Default username is set to: kodi


Password

Settings level: Standard
Description: Defines the password which needs to be used to access the in-build webserver. If the username is set but the passwort has been left blank, the webserver will be reached without entering any credentials


Web interface

Settings level: Standard
Description: Select a webinterface which has been installed through the add-on manager. The pre-installed webinterface is: Chorus 2
See also: Web interface


Application control


Allow remote control from applications on this system

Settings level: Standard
Description: Allows programs on this computer to controll this application through the web interface (if enabled) or the JSON-RPC interface protocoll.
See also: JSON-RPC_API


Allow remote control from applications on other systems

Settings level: Standard
Description: Allows programs on other computers on the network to control this applikation. You have to enable this setting if you want to use Kore
See also: JSON-RPC_API
See also: Event Server