Skip to content

Commit a72d32b

Browse files
committed
Docs for new vps + Docusarus update
- Added two new docs for new vps panel. - Update docusaurus
1 parent 4c8a6cd commit a72d32b

30 files changed

+2123
-1293
lines changed

docs/Game servers/GTA-V/EasyAdmin unban.md

Whitespace-only changes.

docs/Game servers/GTA-V/Linking your database to your server.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ Your server.cfg is located in the main directory of your server (/home/container
2424

2525
### Connection strings
2626

27+
:::warning
28+
Some frameworks may require a password without special characters, you can generate a password without special characters by clicking the details button (the eye) and then click `Change password.`
29+
30+
After you've clicked change password button a new box will pop up, make sure the checkbox for include special characters isn't checked.`
31+
![Change password](../../../images/Game_servers/gta/database/3_changepassword.png)
32+
:::
33+
34+
```lua
35+
print("Hello World!")
36+
```
37+
2738
Connection strings allow the mysql-async resource to establish a connection to your database. In the connection string details such as the database IP, database name, database username and password are included.
2839

2940
A connection string without any data looks like this:
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
id: game-panel-basics
3+
title: Game panel basics
4+
custom_edit_url: null
5+
image: http://website-34k.pages.dev/img/logo/Aurorahosts2%20resize-02.png
6+
sidebar_position: 4
7+
description: This guide will show you how to use some of the features on the game panel
8+
---
9+
10+
### Console
11+
12+
13+
### File manager
14+
15+
16+
### Databases
17+
18+
19+
### Schedules
20+
21+
22+
### Backups
23+
24+
25+
### Startup
26+
27+
28+
### Settings

docs/VPS/Changing your VPS Password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: Change-Vps-Password
33
title: How to change your VPS password.
44
description: Changing the root password of your VPS
5-
sidebar_position: 1
5+
sidebar_position: 4
66
custom_edit_url: null
77
image: http://website-34k.pages.dev/img/logo/Aurorahosts2%20resize-02.png
88
---

docs/VPS/How to disable Internet Enhanced Security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: How to disable Internet Enhanced Security
33
title: How to disable Internet Enhanced Security
44
description: How to disable Internet Enhanced Security
5-
sidebar_position: 2
5+
sidebar_position: 3
66
custom_edit_url: null
77
image: http://website-34k.pages.dev/img/logo/Aurorahosts2%20resize-02.png
88
---

docs/VPS/Setting up your VPS.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
id: Setting up your VPS
3+
title: Setting up your VPS
4+
description: How to setup your new VPS.
5+
sidebar_position: 1
6+
custom_edit_url: null
7+
image: http://website-34k.pages.dev/img/logo/Aurorahosts2%20resize-02.png
8+
---
9+
10+
Before you can start using your new VPS you must first set it up and install your desired operating system (OS) on the VPS. In this guide you'll be guided through the setup process.
11+
12+
### Accessing the control panel
13+
14+
1. After your purchase head to the [services sections](https://billing.aurorahosts.com/clientarea.php?action=services) in the billing area and select your VPS.
15+
16+
<div class="text--center"><img src={require('../../images/VPS/Setup/1_Services.png').default} alt="Billing Area" height="90%" width="90%"/></div>
17+
18+
2. After you've selected your VPS you'll see the following:
19+
20+
<div class="text--center"><img src={require('../../images/VPS/Setup/2_Select_Control.png').default} alt="Opening the control panel" height="90%" width="90%"/></div>
21+
22+
3. Select `Open control panel` and you'll be automatically singed into the [vps control panel](https://virt.aurorahosts.com)
23+
24+
### Server setup
25+
26+
#### Selecting your server name & hostname
27+
1. Now that you're on the vps control panel you'll be greeted with the server setup screen where you'll need to pick your servers' name and hostname:
28+
29+
<div class="text--center"><img src={require('../../images/VPS/Setup/3_Selecting_Name.png').default} alt="Selecting your server name" height="90%" width="90%"/></div>
30+
31+
:::info
32+
**Adding a hostname is optional** and if you don't know what to name your select `Random name` and it'll generate a random name for your server.
33+
::::
34+
35+
#### Installing an OS
36+
37+
1. After selecting your hostname you can select the OS you want to install:
38+
39+
<div class="text--center"><img src={require('../../images/VPS/Setup/4_Selecting_OS.png').default} alt="Selecting your OS" height="90%" width="90%"/></div>
40+
41+
2. From here you can select from a wide range of operating systems to install, if you can't find the one you want to install you can select `Self install` to manually upload the ISO and setup the OS of your choice.
42+
43+
:::warning Windows installation
44+
**If you chose to install windows you'll need to follow the steps below to finalize your installation**.
45+
:::
46+
47+
---
48+
49+
### Post windows install
50+
51+
1. After you've selected and installed windows you'll be sent to the dashboard, **from here select the VNC button**.
52+
53+
<div class="text--center"><img src={require('../../images/VPS/Setup/5_Windows_VNC.png').default} alt="VNC" height="90%" width="90%"/></div>
54+
55+
#### Setting your password & Final steps
56+
57+
1. The VNC output will open in a seperate window and you'll be shown the following:
58+
59+
<div class="text--center"><img src={require('../../images/VPS/Setup/6_Setting_Password.png').default} alt="VNC_Console" height="90%" width="90%"/></div>
60+
61+
2. Select `OK` and proceed to set the password.
62+
63+
<div class="text--center"><img src={require('../../images/VPS/Setup/7_Password_Set.png').default} alt="Setting password" height="90%" width="90%"/></div>
64+
65+
3. Once your password is set you'll be placed into Windows, before doing anything wait for the Networks popup to show. __**After the popup appears ensure you click `YES`**__.
66+
67+
<div class="text--center"><img src={require('../../images/VPS/Setup/8_Network.png').default} alt="Network" height="90%" width="90%"/></div>
68+
69+
---
70+
71+
### Generating an SSH key for Linux installs
72+
73+
1. If you've chosen to install any Linux distro you may see the following telling you that you have no SSH key selected:
74+
75+
<div class="text--center"><img src={require('../../images/VPS/Setup/9_No_SSHKey.png').default} alt="SSH" height="90%" width="90%"/></div>
76+
77+
2. To add an SSH key click the `Add key button` as shown in the screenshot below:
78+
79+
<div class="text--center"><img src={require('../../images/VPS/Setup/10_Adding_SSHKey.png').default} alt="SSH" height="90%" width="90%"/></div>
80+
81+
:::info
82+
If you already have a keypair generated you can add your public key and click save.
83+
:::
84+
* If you don't already have a keypair you can easily generate one by clicking `Generate Key Pair` button:
85+
86+
<div class="text--center"><img src={require('../../images/VPS/Setup/11_Keypair_Generation.png').default} alt="SSH" height="90%" width="90%"/></div>
87+
88+
3. From here you'll need to click the generate button once more to finalize the keypair generation:
89+
90+
<div class="text--center"><img src={require('../../images/VPS/Setup/12_Generation.png').default} alt="SSH" height="90%" width="90%"/></div>
91+
92+
4. Once generated you'll be shown your keypair, a private and public key:
93+
94+
<div class="text--center"><img src={require('../../images/VPS/Setup/13_Keypair.png').default} alt="SSH" height="90%" width="90%"/></div>
95+
96+
:::warning Store your keys properly
97+
You must store your public and private keys after the keypair has been created. You can do this by saving both keys as text files on your computer. Make sure you duplicate these and keep them safe since if you lose them, you won't be able to access any servers that use them without a bit of tinkering.
98+
:::
99+
---
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
id: SSH Keys on Linux
3+
title: Using your SSH keys on your Linux VPS.
4+
description: How to use SSH keys on linux
5+
sidebar_position: 2
6+
custom_edit_url: null
7+
image: http://website-34k.pages.dev/img/logo/Aurorahosts2%20resize-02.png
8+
---
9+
10+
For the purpose of this guide we'll be using [Termius](https://termius.com/) as our SSH client of choice.
11+
12+
### Adding your SSH key to Termius
13+
14+
1. After downloading and signing up for termius, you'll need to go to the settings. To get there, click on the settings icon in the upper left hand corner of termius:
15+
16+
<div class="text--center"><img src={require('../../images/VPS/Using_SSHKeys/1_Termius_Settings.png').default} alt="Termius settings button" height="50%" width="50%"/></div>
17+
18+
2. Once in the settings head over to Keychain:
19+
20+
<div class="text--center"><img src={require('../../images/VPS/Using_SSHKeys/2_Termius_Pref.png').default} alt="Termius preferences" height="50%" width="50%"/></div>
21+
22+
3. Click on the `New key` button then select `Import or paste a key` button:
23+
24+
<div class="text--center"><img src={require('../../images/VPS/Using_SSHKeys/3_New_Key.png').default} alt="Termius adding a key" height="50%" width="50%"/></div>
25+
26+
4. Paste both your public and private keys that were generated in the previous guide:
27+
28+
<div class="text--center"><img src={require('../../images/VPS/Using_SSHKeys/4_Adding_Key.png').default} alt="Termius key added" height="50%" width="50%"/></div>
29+
30+
5. Once you're done click the save button at the top right and you've now added your key.
31+
---
32+
33+
### Using the ssh key on your VPS
34+
35+
1. Head back over to the main termius windows and select the `ADD` button then click the `New Host` button:
36+
37+
<div class="text--center"><img src={require('../../images/VPS/Using_SSHKeys/5_Termius_Host.png').default} alt="Termius key added" height="50%" width="50%"/></div>
38+
39+
2. Name your new server and place the IP of your VPS in the `Address` field and then set the username to `root`, afterwards click Keys:
40+
41+
<div class="text--center"><img src={require('../../images/VPS/Using_SSHKeys/6_Server_Setup.png').default} alt="Termius key added" height="50%" width="50%"/></div>
42+
43+
3. Then select the key that you created earlier:
44+
45+
<div class="text--center"><img src={require('../../images/VPS/Using_SSHKeys/7_Selecting_Key.png').default} alt="Termius key added" height="50%" width="50%"/></div>
46+
47+
:::success You're done!
48+
You should now be able to connect to your server with the SSH key that you created.
49+
:::
50+
11.7 KB
Loading
23.3 KB
Loading
19.2 KB
Loading

0 commit comments

Comments
 (0)