Setting up a Multiplayer Server: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 214: Line 214:
<!--T:58-->
<!--T:58-->
Lastly, you can configure a server that was created with the 'Open to Lan' method in the same way as you do for dedicated ones, be aware though, in that case a few of the configurations are overridden by the client, such as the save file location.
Lastly, you can configure a server that was created with the 'Open to Lan' method in the same way as you do for dedicated ones, be aware though, in that case a few of the configurations are overridden by the client, such as the save file location.
===Acquiring server admin rights===
If you have access to the server console, type <code>/op playername</code>. If not, open up the serverconfig.json and replace
<code>"StartupCommands": null,</code>
with
<code>"StartupCommands": "/op playername",</code>
In both instances you should replace <code>playername</code> with your actual player name.


== Advanced Dedicated Server == <!--T:59-->
== Advanced Dedicated Server == <!--T:59-->
Confirmedusers, Bureaucrats, editor, Administrators
1,778

edits