Skip to main content

Client Quickstart

Set up a client to connect to an Excalibur server.

important

This quickstart assumes that a server is already set up.

Installation

The Windows client can be obtained as an .exe installer.

  1. Download the .exe installer from here.
  2. Double-click the .exe file to begin installation.
  3. After installation completes, Excalibur should open automatically.

Onboarding

Upon opening the app, you will be greeted with the following screen:

Click on "Continue".

At this stage, one of two things might happen. If you started the server on localhost/127.0.0.1 with the default port (i.e., 52419), you should be automatically redirected to the login page. What happened is that the app autodetected a running Excalibur server instance on the host and thus set the server URL automatically. In this case, you can go straight to creating a new user.

Otherwise, you should see a screen that allows you to enter a server URL:

Enter the server URL in the provided text field. For example, if you are running the server on your local machine with port 8888, enter http://localhost:8888 and click "Continue".

Creating a User

You should now see a login screen.

Click on the "Sign Up" hyperlink. You should now see this page.

Enter your desired username and password into the fields. To create your user on the server, you will also need to provide the Account Creation Key (ACK) Mnemonic of the server. The mnemonic can be retrieved by running the command

excalibur user ack

on the server.

tip

You can just copy and paste the 24-word mnemonic into the text box. This is especially convenient if you are running the server on the same machine as the client.

Once you have entered the mnemonic, click "Confirm". If the ACK was entered correctly, you should see a new pop up titled "Vault Key":

This key is the actual key used to encrypt your data. Actually, what is shown is the vault key mnemonic, similar to that of the ACK mnemonic that you entered. It is extremely unlikely that you will need to use this key, but it is recommended to keep it in a secure location.

important

Please scroll down on the pop-up to see the full vault key mnemonic.

Once you have saved this key, click the "X" button to close the pop up. You should be redirected back to the login screen.

Logging In

Now, simply click on "Log In" to log in to your account:

Congratulations! You have successfully set up a client to connect to an Excalibur server. Move on to learn what the interface looks like.