-
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
Showing
1 changed file
with
18 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,18 @@ | ||
--- | ||
title: How To Set A Password On Your Factorio Server | ||
description: Learn how to set a password on your Factorio 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 [Factorio server](https://www.gamehostbros.com/factorio-server-hosting/). | ||
|
||
## Setting Your Factorio Server Password | ||
|
||
<Steps> | ||
1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/) and open your Factorio server. | ||
2. Click `Configuration > Startup Parameters`. | ||
3. Look for `Server Password` and then type the password you want. | ||
4. Go back to the console page, then restart your server. | ||
</Steps> |