Restarting Aspera Services

Instructions on restarting Aspera services after configuration changes

If Aspera Central is stopped, or if you have modified the <central_server...> or <database...> sections within aspera.conf, then you will need to restart the service by entering the following command in a Terminal window:

$ sudo launchctl stop com.aspera.asperacentral
$ sudo launchctl start com.aspera.asperacentral

Restart asperahttpd and asperanoded if you have modified any setting within aspera.conf. To restart, use the commands below.

$ sudo launchctl stop com.aspera.asperahttpd
$ sudo launchctl start com.aspera.asperahttpd
$ sudo launchctl stop com.aspera.asperanoded
$ sudo launchctl start com.aspera.asperanoded