Using command line blastn with SequenceServer

Hello,

I want to run my own Blast server and then remotely connect and submit queries via command-line from several other computers. Is it possible to do it similarly to NCBI blast+ remote option (e.g. “blastn -db nt -query sequence.fasta -remote -html”) or does SequenceServer only allows submitting queries through web service?

You may be able to submit a query from the command line using curl.

Priyam