Web interface: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
* [[:Category:Web interface add-ons]]
* [[:Category:Web interface add-ons]]
* [[:Category:Standalone web interfaces]]
* [[:Category:Standalone web interfaces]]
* [[Web Server HTTP API]] - Depreciated, but still used as of XBMC v11
* [[Webserver]]


[[Category:XBMC Manual]]
[[Category:XBMC Manual]]

Revision as of 23:46, 10 May 2013

Web interfaces allow users to control and interact with their XBMC installation through a web browser. This can be used for a remote control, library management, visual feedback, and many other things.

Using multiple web interfaces at once

Let's say http://123.4.5.6:8080 is your local IP for accessing your default web interface add-on. You can access the other web interface add-ons you have installed by going to http://123.4.5.6:8080/addons/ where you will see a directory listing.

A listing of all add-ons with web interfaces.

See also