When running Super Simple Server from the command line, you can specify the location of your config directory manually.
./supersimpleserver -c /home/username/path/to/config
The default config location is simply a directory named
config
in the current working directory, which when launched from the GUI is the same directory as the supersimpleserver program file.
For the command line version,
-s
can be specified to prevent regular console output.
In all versions,
-d
will cause debug information to be logged to the console.