Ubuntu 20.04+¶
Note
To install JetStream, you will need to either be logged in as root
or be an administrative user using sudo
. The examples below use sudo
.
New Installation - Ubuntu 20.04+¶
To install JetStream, run the following:
# sudo dpkg -i go-jetstream_<version>.deb
Your server should now be running.
Update Existing Installation¶
To update JetStream, run the following:
# sudo dpkg -i go-jetstream_<version>.deb
If you have made modifications to system configuration files, such as /etc/jetstream-server.rsp
, you may be prompted to overwrite the file with a new version. Type “N” to keep your current configuration, and then refer to /etc/jetstream-server.rsp.dist
to see which changes were made to the default configuration.
Next Steps¶
Try connecting to the JetStream server and doing some transfers. We recommend downloading the Client Application. See Connecting To JetStream for tips on setting up a connection.
The Client Application may prompt you to setup a license. Server configuration tasks must be done by administrator users, which includes all users in the sudo group by default.
Note
Many configuration tasks can be done from the Client Application, even if the Client is being run on another machine. If you can’t run a Client, or wish to script the installation process, there are alternate ways to configuration the server.