Skip to content

Commit

Permalink
update docs, add some images
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotski committed Dec 23, 2023
1 parent 3f9ec30 commit c0617d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
Binary file added src/assets/guide-images/databases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/guide-images/subusers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/content/docs/getting-started/adding subusers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ tableOfContents: false
sidebar:
label: Adding Subusers
---

With Game Host Bros you can add different Subusers to help with your server. Each user you add can have their own permissions from something basic such as restarting the server, all the way up to full admin access.

![Game Host Bros Subusers](../../../assets/guide-images/subusers.png)

1. Load the [Game Host Bros Panel](https://panel.gamehostbros.com/).
2. Select your server.
3. In the left-hand menu, click `Management > Subusers`.
4. Click the button labeled `Create`.
5. Input the User’s email address and assign the permissions you want to give them.
6. Click `Add New Subuser` to save.

After a Subuser is added, they will then be sent an email with further instructions on setting up their account.
2 changes: 2 additions & 0 deletions src/content/docs/getting-started/creating databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ sidebar:

This article will guide you through the process of creating a MySQL database for your game server, which is used by some plugins to store data.

![Game Host Bros Subusers](../../../assets/guide-images/databases.png)

1. Load the [Game Host Bros Panel](https://panel.gamehostbros.com/).
2. Select your server.
3. In the left-hand menu, click `Management > Databases`.
Expand Down
6 changes: 4 additions & 2 deletions src/content/docs/getting-started/schedules.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ You can set up schedules to restart your server, send commands, or do game-speci
When setting up the schedule, the time is in UTC +0. We suggest you restart your servers at least once every 24 hours for the best possible performance.
:::

<iframe src="//www.youtube.com/embed/MyIA9kse-Ec" allowfullscreen="allowfullscreen"></iframe>

1. Load the [Game Host Bros Panel](https://panel.gamehostbros.com/).
2. Select your server.
3. In the left-hand menu, click `Configuration > Schedules`.
Expand All @@ -22,3 +20,7 @@ When setting up the schedule, the time is in UTC +0. We suggest you restart your
6. Put in the time you want the server to perform the action [in cron format](https://crontab.guru/). For example, to run the Restart at 10 UTC, I would put in 0 10 * * *.
7. It will now say AT 10:00, Next run at November 29, 2023 @ 6:00 PM. That means at 6:00PM your time the schedule will run.
8. Click Submit and then `Create Task` on the top right and select the type of Task you want to perform. Example: we use power action, and restart.

Here is a video we've made for schedules. While the Game Panel looks slightly different, the functionality is the same.

<iframe src="//www.youtube.com/embed/MyIA9kse-Ec" allowfullscreen="allowfullscreen"></iframe>

0 comments on commit c0617d3

Please sign in to comment.