The command to launch the calibre Content Server is:
Pass some of the above-mentioned flags to customize how it is displayed. For example:
Code:
calibre-server --port="8080" --username="user1" --password="password1" --with-library="/path/to/library1" --restriction="restriction1-1"
Creates a content server running at "ip-address:8080" with the login details of username: user1 and password:password1
It will serve the library located at /path/to/library1 and restrict it to the saved Virtual Library "restriction1-1"