Updated Getting Started (markdown)

MaxXor 2020-06-05 23:56:40 +02:00
parent e0d4c647cf
commit 4da13dc960
1 changed files with 1 additions and 1 deletions

@ -16,7 +16,7 @@ Now it is time to actually start the Quasar server. To do that click on `Setting
## 4. Building a Client ## 4. Building a Client
After starting `Quasar.exe` for the first time, you will need to build a client for deployment on your computers. Use the button `Builder` at the top of the Quasar application to start the client configuration. In the `Connection Settings` tab it is important to choose the same port as previously chosen in step 3. To successfully establish a connection with the Quasar server it is necessary to enter a correct hostname which can be resolved from your configured DNS servers. Alternatively you can enter the IP (v4 or v6) of the server. Click `Add Host` to add a host to the list of available hosts which the client will try to connect to in a round-robin fashion. It is also possible to add more than one host. A complete list of all client settings can be found here. After configuring the client for your needs, click the `Build` button and choose a location to save the built client. After starting `Quasar.exe` for the first time, you will need to build a client for deployment on your computers. Use the button `Builder` at the top of the Quasar application to start the client configuration. In the `Connection Settings` tab it is important to choose the same port as previously chosen in step 3. To successfully establish a connection with the Quasar server it is necessary to enter a correct hostname which can be resolved from your configured DNS servers. Alternatively you can enter the IP (v4 or v6) of the server. Click `Add Host` to add a host to the list of available hosts which the client will try to connect to in a round-robin fashion. It is also possible to add more than one host. A complete list of all client settings can be found [here](https://github.com/quasar/Quasar/wiki/Client-deployment-settings). After configuring the client for your needs, click the `Build` button and choose a location to save the built client.
## 5. Connecting the Server and Client ## 5. Connecting the Server and Client