# Configure and run the server The configuration file is located at `config.yml` in the installed directory and contains an example configuration with extensive documentation. Below are the essential fields that you need to modify. You can adjust the settings according to your preferences. ```yaml name: MyShipReader api: "http://api.example.com:8888" ship: url: "ws://ship.example.com:8080" ```