Skip to main content

User settings

To access your Hubble Studio user settings, simply click on your avatar located at the top of the screen, and then choose "My profile".

Personal profile

Adding an avatar

  1. Log in to your Hubble Studio account.
  2. Click on your current profile picture, located in the top right corner of the screen.
  3. From the dropdown menu, select "My Profile".
  4. Scroll to the "Avatar" section
  5. Select an image to upload from your computer.
  6. Click "Update Avatar" to apply the changes and update your avatar.

Please note that the image must be in either JPG or PNG format and should be no larger than 1 MB.

Removing an avatar

  1. Log in to your Hubble Studio account.
  2. Click on your current profile picture, located in the top right corner of the screen.
  3. From the dropdown menu, select "My Profile".
  4. Scroll to the "Avatar" section
  5. If you have previously set a custom avatar, you will see a "Remove Avatar" button. Click on this button to remove your custom avatar.
  6. Once you click the "Remove Avatar" button, your avatar will be reset to the default Hubble Studio avatar.

Please note that if you have not previously set a custom avatar, the "Remove Avatar" button will not appear. Additionally, once you remove your custom avatar, the default Hubble Studio avatar will be used in its place.

Two-Factor Authentication

Two-factor authentication is an extra layer of security that adds another step to the login process, making it more difficult for unauthorized users to access your account. This is achieved using an authentication app such as 1Password, LastPass, or Google Authenticator.

To enable two-factor authentication for your Hubble Studio account, follow these steps:

  1. Open your profile picture in the top right corner of the Hubble Studio dashboard
  2. Select "My Profile" from the dropdown menu
  3. Click on the "Security" tab
  4. Scroll down to the "Two Factor Authentication" section and click on "Enable two-factor authentication"
  5. Follow the prompts to set up your 2FA and generate your first code
  6. Verify the code by clicking the "Verify code" button

Once you have enabled two-factor authentication, you will be required to enter a code from your chosen 2FA app each time you log in to Hubble Studio. This provides an additional layer of security to protect your account from unauthorized access.

SSH-Keys

SSH keys are used to securely connect to the projects you have access to in Hubble Studio. Your SSH keys are unique to you, and are used for every project you have access to. These keys are used to establish a secure connection between your local machine and the internal infrastructure of the service.

In this section, you'll learn how to add and remove SSH keys from your Hubble Studio profile.

Adding an SSH-Key

  1. Log in to your Hubble Studio account.
  2. Click on your current profile picture, located in the top right corner of the screen.
  3. From the dropdown menu, select "My Profile".
  4. In your profile page, click on the "SSH Keys" tab.
  5. Scroll to the "Create SSH Key" section and enter the details of your SSH-Key
    • Public Key: Your SSH public key.
    • Comment: A brief description to help identify the key (e.g. "My Work Laptop")
  6. Click "Add SSH-Key" to add the SSH key to your profile.

You can add up to 25 SSH keys to your Hubble Studio profile, which will allow you to access your projects securely from multiple devices.

Please note that it may take up to 5 minutes for your new SSH key to be available in all projects.

Removing an SSH-Key

  1. Log in to your Hubble Studio account.
  2. Click on your current profile picture, located in the top right corner of the screen.
  3. From the dropdown menu, select "My Profile".
  4. In your profile page, click on the "SSH Keys" tab.
  5. On the SSH Keys page, locate the "Manage SSH Key" section.
  6. Find the SSH key you wish to remove and click on the "Delete" button located next to the key.

Your SSH key will be immediately removed from your profile, and you will no longer be able to use that key to access your projects.

Please note that it may take up to 5 minutes for your SSH key to be removed from all projects.

Personal Access Tokens

Personal access tokens are a secure way for users to grant access to third-party applications or services to perform actions on their behalf within Hubble Studio. These tokens can be used for automating repetitive tasks, integrating with other tools, or allowing external services to access certain information without giving them full account access.

Create a new personal access token

  1. Click on your profile picture in the top right corner of the screen.
  2. Select "My profile" from the dropdown menu.
  3. Go to the "Personal Access Tokens" tab.
  4. Give the token a label that will help you recognize it later.
  5. Click on the "Create API Token" button.

Your token will be displayed on the screen. Make sure to copy it and store it in a secure location, as it will not be shown to you again.

With your personal access token, you can now integrate with other services or tools that require access to your Hubble Studio account. Remember to keep your tokens secure and only grant permissions that are necessary for the task at hand.

Removing personal access tokens

  1. Click on your profile picture in the top right corner of the screen.
  2. Select "My profile" from the dropdown menu.
  3. Go to the "Personal Access Tokens" tab.
  4. Locate the access token you want to remove and click the "Delete" button next to it.
  5. The access token will be immediately revoked and will no longer be valid.

Note that once you revoke an access token, you will no longer be able to use it to authenticate with the Hubble Studio API. If you need to generate a new token, you can do so by following the steps in the "Create a new personal access token" guide.