Setting up a Multiplayer Server: Difference between revisions

From Vintage Story Wiki
Marked this version for translation
(Marked this version for translation)
Line 17: Line 17:
==== Paid hosts ==== <!--T:5-->
==== Paid hosts ==== <!--T:5-->


<!--T:114-->
Hosting is available by the creators of the game via integrated server dashboard, no mod support yet, servers located in central europe.<br>
Hosting is available by the creators of the game via integrated server dashboard, no mod support yet, servers located in central europe.<br>
* [https://www.vintagestory.at/store/product/7-simple-server-hosting-8-slots/ Available on the official store].
* [https://www.vintagestory.at/store/product/7-simple-server-hosting-8-slots/ Available on the official store].


<!--T:115-->
3rd party hosting services in no particular order:
3rd party hosting services in no particular order:


<!--T:116-->
* [https://pingperfect.com/gameservers/vintage-story-game-server-hosting-rental.php Pingperfect]
* [https://pingperfect.com/gameservers/vintage-story-game-server-hosting-rental.php Pingperfect]
* [https://www.4netplayers.com/ 4netplayers]
* [https://www.4netplayers.com/ 4netplayers]
Line 121: Line 124:
----
----


==== Dedicated Servers on ARM64====
==== Dedicated Servers on ARM64==== <!--T:117-->
<span style="color:#E16100">Note: ''Please note the ARM64 version is EXPERIMENTAL please report any issues to the [https://discord.com/channels/302152934249070593/1128220205181587516 discord ]''</span>
<span style="color:#E16100">Note: ''Please note the ARM64 version is EXPERIMENTAL please report any issues to the [https://discord.com/channels/302152934249070593/1128220205181587516 discord ]''</span>


<!--T:118-->
The ARM64 version is available on [https://github.com/anegostudios/VintagestoryServerArm64 GitHub ]
The ARM64 version is available on [https://github.com/anegostudios/VintagestoryServerArm64 GitHub ]


<!--T:119-->
I recommend using the install script located on the GitHub. The following is a step by step guide on how to use the script on a Debian based system (Ubuntu, Debian, Rasbian, ect).
I recommend using the install script located on the GitHub. The following is a step by step guide on how to use the script on a Debian based system (Ubuntu, Debian, Rasbian, ect).


<!--T:120-->
1. Install the required dependencies to use this script by doing <code>apt -y install curl jq</code>
1. Install the required dependencies to use this script by doing <code>apt -y install curl jq</code>


<!--T:121-->
2. Create a new file named <code>arminstall.sh</code> by running <code>vim arminstall.sh</code> or <code>nano arminstall.sh</code>
2. Create a new file named <code>arminstall.sh</code> by running <code>vim arminstall.sh</code> or <code>nano arminstall.sh</code>


<!--T:122-->
3. Copy the contents of the <code>arminstall.sh</code> file from GitHub to your newly created file and save it by using <code>:wq</code> with Vim or <code>Ctrl + X</code>, then <code>Y</code>, then <code>Enter</code> with Nano.
3. Copy the contents of the <code>arminstall.sh</code> file from GitHub to your newly created file and save it by using <code>:wq</code> with Vim or <code>Ctrl + X</code>, then <code>Y</code>, then <code>Enter</code> with Nano.


<!--T:123-->
4. Make the script executable by running <code>chmod +x arminstall.sh</code>
4. Make the script executable by running <code>chmod +x arminstall.sh</code>


<!--T:124-->
5. Run the script by doing <code>./arminstall.sh</code>
5. Run the script by doing <code>./arminstall.sh</code>


<!--T:125-->
6. Start the server by using <code>./VintagestoryServer</code> or <code>dotnet VintagestoryServer.dll</code>
6. Start the server by using <code>./VintagestoryServer</code> or <code>dotnet VintagestoryServer.dll</code>


<!--T:126-->
This will download the latest version of Vintagestory to the current working directory, then replace the needed files to work with ARM.
This will download the latest version of Vintagestory to the current working directory, then replace the needed files to work with ARM.


<!--T:127-->
If at any time you want to update to the latest version of Vintage Story, simply run the script again.
If at any time you want to update to the latest version of Vintage Story, simply run the script again.
----
----
Confirmedusers, editor
37,784

edits