Command Line Options

Sockso has some extra command line options you can use to change the way it works. You pass these commands to Sockso by running it from the command line and with these options after the startup file (windows.bat or linux.sh)

--nogui
Disables the GUI, this can be used to run Sockso on a server. You will be presented with a console to manage Sockso. Type help for a full list of the commands.

--datadir
Tells Sockso where to store/look for all it's data. This can be used to to make Sockso portable for instance, by setting the data directory to wherever you want it to be.

--upnp (EXPERIMENTAL)
Enable UPNP automatic port forwarding. On startup Sockso will try to forward the correct port from your UPNP enabled router.

--logtype=(default|dev)
Sets the type of messages Sockso will output. "default" is the default and just produces the usual information about what Sockso is doing. "dev" can be used to provide much more detailed information.

--help
Prints out information about the command line options.