Skip to content

Commit 2e3d2fa

Browse files
Dragonissergitbook-bot
authored andcommitted
GITBOOK-94: change request with no subject merged in GitBook
1 parent 82f3c4e commit 2e3d2fa

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

Diff for: SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
* [Editing STServer.ini](guides/server-guide/linux-setup/editing-stserver.ini.md)
7777
* [Explaining bEnableModcheck](guides/server-guide/linux-setup/explaining-benablemodcheck.md)
7878
* [Port forwarding](guides/server-guide/linux-setup/port-forwarding.md)
79+
* [Pterodactyl](guides/server-guide/pterodactyl.md)
7980
* [Server configuration parameters](guides/server-guide/server-configuration.md)
8081
* [Troubleshooting](guides/troubleshooting/README.md)
8182
* [Address Library error](guides/troubleshooting/address-library-error.md)

Diff for: guides/server-guide/pterodactyl.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
description: How to run Skyrim Together via Pterodactyl
3+
---
4+
5+
# Pterodactyl
6+
7+
Visit the following Page for more information and for the download. 
8+
9+
{% @github-files/github-code-block %}
10+
11+
{% embed url="https://pterodactyl.io/project/introduction.html" %}
12+
13+
{% hint style="warning" %}
14+
The guide uses the tag "latest" for the server which potentially isn't what you want.
15+
16+
Check the file "egg-tilted-evolution.json" for the word "docker\_images". \
17+
Here "latest" is mentioned twice which needs to be changed to the desired version e.g. "1.5.0". Available versions can be found here [https://hub.docker.com/r/ad3m3r5/tiltedevolution-pterodactyl/tags](https://hub.docker.com/r/ad3m3r5/tiltedevolution-pterodactyl/tags)
18+
{% endhint %}
19+
20+
{% hint style="info" %}
21+
The following steps are the same as mentioned on the Github page. 
22+
{% endhint %}
23+
24+
## Steps:
25+
26+
* Download the `egg-tilted-evolution.json` egg definition
27+
* Adding the Nest & Egg
28+
* admin > Nests > **Create New**
29+
* Name: "Skyrim"
30+
* **Save**
31+
* admin > Nests > **Import Egg**
32+
* Egg File: `egg-tilted-evolution.json`
33+
* Associated Nest: "Skyrim"
34+
* **Import**
35+
* Creating a Server
36+
* admin > "Servers" > **Create New**
37+
* Server Name: "Skyrim Together Reborn"
38+
* Server Owner: _desired user_
39+
* Memory: _desired memory allocation_
40+
* Disk: _desired disk space_
41+
* Nest: "Skyrim"
42+
* Egg: "Tilted Evolution"
43+
* **Create Server**
44+
* Configuring the Server
45+
* Using the CLI:
46+
* Can be done while the server is running using the built in CLI commands.
47+
* This config will be saved to the `STServer.ini` file upon shutdown.
48+
* Using the `STServer.ini`:
49+
* Can ONLY be done while the server is shutdown
50+
* If done while running, the config will be overwritten with the running config
51+
* Updating the Server
52+
* Pterodactyl should automatically pull the latest image when (re)starting the server
53+

0 commit comments

Comments
 (0)