Start in Standalone Mode ======================== Starts Charon in standalone mode for specified game data. Path to game data could be local file system's file or remote server address. - :ref:`CLI Installation ` - :ref:`Commands Reference ` - :doc:`Universal Parameters ` - :doc:`URL-based Input/Output ` --------------- Command --------------- .. code-block:: bash # local game data (windows) dotnet charon SERVER START --dataBase "c:\my app\gamedata.json" --port 8080 --launchDefaultBrowser # shortcut version dotnet charon "c:\my app\gamedata.json" --------------- Parameters --------------- --dataBase Absolute or relative path to game data. Use quotation marks if your path contains spaces. .. code-block:: bash # local file --dataBase "c:\my app\gamedata.json" --port Number of an `IP port `_ (1-65535) to be used to listen for browser based UI. .. code-block:: bash --port 8080 --launchDefaultBrowser Set this flag to open system-default browser on successful start. --resetPreferences Set this flag to reset UI preferences on successful start. This command supports :doc:`universal parameters `.