1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
==============
LAN
==============
Use the LAN tab to control the Local Area Network (local web server).
For a comprehensive look at how to use ScummVM's built-in LAN functionality, check out our :doc:`../use_scummvm/LAN` guide.
From the Launcher, select **Global Options**, if necessary click the **>** scroll arrow until the LAN tab is visible, and then select the **LAN** tab.
.. figure:: ../images/cloud_and_lan/LAN.png
The LAN tab in the Global Options menu
All settings can also be changed in the :doc:`../advanced_topics/configuration_file`. The configuration key is listed in italics after each setting description.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Run server
Starts the web server. When running, this displays the URL at which the web server can be accessed.
Stop server
Stops the web server.
.. _serverport:
Server's port
The port on which the web server is available.
*local_server_port*
.. _rootpath:
/root/ Path
Specifies the root path of the server. Any sub-directories will be accessible.
*rootpath*
|