mirror of https://github.com/quasar/Quasar.git
Updated Getting Started (markdown)
parent
ccc1c4ede2
commit
6b18a1693e
|
@ -28,6 +28,4 @@ After starting `Quasar.exe` for the first time, you will need to build a client
|
||||||
|
|
||||||
## 6. Connecting the Server and Client
|
## 6. Connecting the Server and Client
|
||||||
|
|
||||||
The standalone client from the previous step has to be deployed on the computers of the users. Simply executing the client on the computers is enough. The client will take care of the installation routine. Once installed the client will try to connect to your server on the specified hostname and port. It might be necessary to set up port forwarding to your local server if it is behind a firewall in your network. You can use automatic forwarding with UPnP in the settings if it's being supported by your firewall/router.
|
The standalone client from the previous step has to be deployed on the computers of the users. Simply executing the client on the computers is enough. The client will take care of the installation routine. Once installed the client will try to connect to your server on the specified hostname and port. It might be necessary to set up port forwarding to your local server if it is behind a firewall in your network. You can use automatic forwarding with UPnP in the settings if it's being supported by your firewall/router. To get started with port forwarding, check [this](https://portforward.com/) out.
|
||||||
|
|
||||||
TODO: port forwarding (NAT) guide on router
|
|
Loading…
Reference in New Issue