macOS¶
Installation¶
Jetstream Server comes with two launchd agents:
com.cumul8.jetstream-server
: The Jetstream server service, which will send and receive files.com.cumul8.jetstream-relay
: The Jetstream service that can reroute transfers. This is helpful for firewall/network traversal.
You will need to use an account with administrative rights in order to install Jetstream. Execute all the Terminal commands as root
or using sudo
.
New Installation¶
To install Jetstream on macOS, double click on the cumul8-jetstream-<version>.pkg
file.
Update Existing Installation¶
To update Jetstream on macOS, double click on the cumul8-jetstream-<version>.pkg
file.
System Configuration¶
Jetstream services use the following ports:
jetstream-server
: TCP 8886, UDP 8886
License Configuration¶
For a demo license, you need to specify the license password by appending --license-password
, followed by the password given to you, to the /usr/local/jetstream/etc/jetstream-server.rsp
file.
For a paid license, you have the option of changing --license-location
in /usr/local/jetstream/etc/jetstream-server.rsp
to your own license server, one hosted by Eight Solutions Inc., or an offline/node-locked license file.
System services¶
On macOS, Jetstream server service is enabled by default. If you edited the response file to add licensing information, restart the service using: launchctl kickstart -k system/com.cumul8.jetstream-server.
Next Steps¶
If you want to further customize your Jetstream installation, see Configuration. Otherwise, you can try doing a test transfer using one of the available tools as outlined in Interacting with Jetstream.