-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from diogomartino/2-feature-request-use-for-ot…
…her-server FEATURE: remote server support
- Loading branch information
Showing
148 changed files
with
3,917 additions
and
1,458 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
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,42 @@ | ||
## Quick Start Guide | ||
|
||
1. Download the **GUI Server** `PalworldDSGUI_Server.exe` from the [releases page](https://github.com/diogomartino/palworld-ds-gui/releases). | ||
2. Place the executable in a folder of your choice. | ||
3. Run the executable. | ||
4. Wait until the server is downloaded from the Steam servers. | ||
5. An API key will be shown on the console. Save it, you will need it to connect to the server. | ||
6. Download the **GUI Client** `PalworldDSGui.exe` from the [releases page](https://github.com/diogomartino/palworld-ds-gui/releases). | ||
7. Open the client and use the API key to connect to the server. | ||
|
||
## Remote Server | ||
|
||
If you want to run the server on a remote machine (eg: a VPS), the steps are the same as above, you just need to download and execute the server on the remote machine, and then use the client to connect to it. You may need to open the port **21577** on the remote machine to be able to access it from the client. | ||
|
||
## Using an existing server | ||
|
||
If you already have a Palworld server, you can still use this tool, you just need to make sure that the folder structure is correct, which should look like this: | ||
|
||
```plaintext | ||
SomeRandomFolder/ | ||
├── server/ <------- This is your existing server folder (the one with the **PalServer.exe** executable) | ||
├── PalworldDSGUI_Server.ex | ||
``` | ||
|
||
The `server` folder should contain the `PalServer.exe` executable and all the other files that come with the server. The `PalworldDSGUI_Server.exe` should be in the same folder as the `server` folder. Then you can run the `PalworldDSGUI_Server.exe` and it will detect the existing server. | ||
|
||
## GUI server parameters | ||
|
||
| Param | Description | Default | | ||
| -------- | ------------------------- | ------- | | ||
| -newkey | Generate a new API key | | ||
| -showkey | Show the current API key | | ||
| -help | Show help | | ||
| -port | Port to run the server on | 21577 | | ||
|
||
## Running the server on Linux | ||
|
||
Coming soon. | ||
|
||
## Running it in Docker | ||
|
||
Coming soon. |
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
File renamed without changes.
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
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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 @@ | ||
5a84e7b692d7b7a616c13967a1f63bfe |
Oops, something went wrong.