-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a1ac51
commit 69545c7
Showing
5 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: How To Change Your Aloft Server Name | ||
description: Learn how to easily change your server name on your Aloft dedicated server. Follow our step-by-step guide to update your hostname. | ||
sidebar: | ||
label: Change Server Name | ||
--- | ||
import { Steps } from '@astrojs/starlight/components'; | ||
|
||
Want to personalize your [Aloft server](https://www.gamehostbros.com/aloft-server-hosting/) by changing its name? This guide will show you how to update your server name quickly and easily through the Game Host Bros Panel. | ||
|
||
## Changing Your Aloft Server Name | ||
|
||
<Steps> | ||
|
||
1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/) and stop your Aloft server. | ||
2. Go to `Configuration > Startup Parameters`. | ||
3. Under `Basic`, find the `Server Name` setting and enter your desired server name. | ||
4. Start your server. | ||
</Steps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: How To Configure Your Aloft Server | ||
description: Learn how to configure your Aloft dedicated server | ||
sidebar: | ||
label: Configure Your Server | ||
--- | ||
import { Steps } from '@astrojs/starlight/components'; | ||
|
||
At Game Host Bros, we've integrated basic Aloft settings directly into our game panel, here's how to quickly and easily configure your new [Aloft server](https://www.gamehostbros.com/aloft-server-hosting/). | ||
|
||
## Configuring Your Aloft Server | ||
|
||
<Steps> | ||
|
||
1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/) and stop your server. | ||
2. Go to `Configuration > Startup Parameters`. | ||
3. Edit the settings you'd like to change. | ||
4. Start your server. | ||
</Steps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: How To Set Max Players On Your Aloft Server | ||
description: Learn how to set max players on your Aloft Dedicated Server | ||
sidebar: | ||
label: Max Players | ||
--- | ||
import { Steps } from '@astrojs/starlight/components'; | ||
|
||
In this guide we will show you to adjust the amount of players that can join your [Aloft Server](https://www.gamehostbros.com/aloft-server-hosting/). | ||
|
||
## Setting Max Players For Aloft | ||
|
||
<Steps> | ||
|
||
1. Login to the [Game Host Bros Panel](https://panel.gamehostbros.com/) and stop your Server. | ||
2. Select `Configuration > Startup Parameters`. | ||
3. Under `Basic` Edit `Max Players`. | ||
4. Start your server. | ||
</Steps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: How To Reset Your Aloft Server | ||
description: Learn how to totally reset your Aloft dedicated server. | ||
sidebar: | ||
label: Reset Server | ||
--- | ||
import { Steps } from '@astrojs/starlight/components'; | ||
|
||
Here is how you can reset your [Aloft server](https://www.gamehostbros.com/aloft-server-hosting/) to start completely fresh with a new save, this is helpful in case you've made a mistake that cannot be undone. | ||
|
||
## Resetting Your Aloft Server | ||
|
||
:::caution | ||
This should only be used as a last resort. If you keep having issues, then reach out to a bro. We're here to help you. | ||
::: | ||
|
||
<Steps> | ||
|
||
1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/) and select your server. | ||
2. Go to `Management > File Manager` and delete **ALL the folders and files** (The file manager should have nothing left). | ||
3. In the sidebar select `Configuration > Advanced`. | ||
4. Click `Reinstall Server` and wait for the install to finish. | ||
</Steps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: How To Set A Password On Your Aloft Server | ||
description: Learn how to set a password on your Aloft dedicated server. | ||
sidebar: | ||
label: Setting a Password | ||
--- | ||
import { Steps } from '@astrojs/starlight/components'; | ||
|
||
This is what you do if you need to set a password on your [Aloft server](https://www.gamehostbros.com/aloft-server-hosting/). | ||
|
||
## Setting Your Aloft Server Password | ||
|
||
<Steps> | ||
|
||
1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/) and stop your server. | ||
2. Click `Configuration > Startup Parameters`. | ||
3. Under `Basic` Look for `Server Password` and then type the password you want. | ||
4. Start your server. | ||
</Steps> |