diff --git a/docs/assets/img/spt-aki/setup/008.png b/docs/assets/img/spt-aki/setup/008.png new file mode 100644 index 0000000..f825bef Binary files /dev/null and b/docs/assets/img/spt-aki/setup/008.png differ diff --git a/docs/assets/img/spt-aki/setup/009.PNG b/docs/assets/img/spt-aki/setup/009.PNG new file mode 100644 index 0000000..136a9e3 Binary files /dev/null and b/docs/assets/img/spt-aki/setup/009.PNG differ diff --git a/docs/md/getting_started/setup.md b/docs/md/getting_started/setup.md index d3d0d37..5ca35ad 100644 --- a/docs/md/getting_started/setup.md +++ b/docs/md/getting_started/setup.md @@ -63,9 +63,25 @@ To do so: ![some image](../assets/img/spt-aki/setup/006.png) -You now have an SPT-AKI installation ready to use. Your install folder should look like the one in the screenshot below: +You now have an SPT-AKI installation ready to use. + +Your install folder should look like the one in the screenshot below: ![SPT-AKI install folder](../assets/img/spt-aki/setup/007.png) ## First run -... +It's now time to do a test run and start the server, launcher and game for the first time. + +To do so, go into the SPT-AKI installation folder and: + +* Go into the `Server\` folder and start the server by double-clickin on the `Server` executable. + +> **Note**\ +> On its first run, the server will generate a new self signed x509 certificate. On the following startups, the server output in the console will be slightly different. Below is a screenshot of the server console on its first start up. +> ![Server console](../assets/img/spt-aki/setup/008.png) + +If there is no error, or if the server is not crashing directly, you have successfully installed it and can proceed with the other step. + +* Go into SPT-AKI installation folder and start the launcher by double-clicking on the `Launcher` executable. + +As with the server, if there is no error message, or if the launcher is not crashing directly you can proceed with the other steps. If not, you may want to read the install guide again and check if your problem can be solved by one of the solutions listed in the [FAQ](./#getting_started/faq.md)