Administration of Space On-Premises
warning
New subscriptions are temporarily unavailable. Please read the announcement.
There are several administration activities specific only to Space On-Premises:
Otherwise, in terms of administration, Space On-Premises is no different from its cloud version – refer to https://www.jetbrains.com/help/space/administrator-s-guide.html for basic administration instructions.
In a browser, open your clean Space On-Premises installation. In case of a Docker Compose installation, the default URL is
http://127.0.0.1:8084
.Under the License field, click the link to log in to your JetBrains Account.
On your account page, copy the license string and return back to Space.
Paste the string to the License field.
Fill other fields if required and click Get started.
Space provides mobile clients for iOS and Android. To send push notifications to mobile clients, your Space On-Premises instance must use a proxy server from JetBrains. The proxy server delivers the notifications to end users through the corresponding Apple and Google services.
warning
By enabling the proxy server, you give explicit consent to sending notification data to JetBrains.
Make sure your Space instance has access to
https://on-premises.service.jetbrains.space
.On the main menu, click
Administration and choose Notifications Proxy.
Choose JetBrains Proxy and click Save.
Space On-Premises comes without a mail server. This means that, by default, Space won't be able to send emails like user invitations, chat notifications, and so on.
To enable Space email notifications, you must create a mail server on your own and provide its settings to Space. Typically, you can provide the settings either during the installation or later, in the Space administration UI. For the Docker Compose installation in AWS, the Space UI is the only option.
Note that the mail server settings specified in the Space UI override the settings specified during the installation.
On the main menu, click
Administration and choose SMTP Settings.
Specify the mail server settings:
Encryption: the encryption type supported by your mail server (STARTTLS, SSL/TLS, or None).
Host and Port: the host name and the port number of your mail server.
Username and Password: the credentials to access your mail server.
Email "From" address: the email address that will be used as the sender address for Space notifications.
Click Save.
Thanks for your feedback!