Sign in to follow this  
Sklo:D

Linux - Wurm Unlimited Dedicated Server - Commands

Recommended Posts

So I successfully installed and started my WU Dedicated Server on Linux.


 


 


Now how can I adjust the inputs of the server without having a GUI running on the server?


 


Is there any documentation on it???


Share this post


Link to post
Share on other sites

I had to download the wurmlogin.db file and edit it using a db browser for sqlite.

File can be found in /server_folder/sqlite/

I also edit the wurmplayers.db to set GM status.

You can then reupload the file and start the server again.

As far as I've found with regards to actual commands in the terminal, only "shutdown" works as a command. (With no quotes), but there may be more.

Edited by Jacklez

Share this post


Link to post
Share on other sites

alright thanks

 

 

Atm I have this problem any ideas on it??

 

Loading servers
[s_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
steamclient.so
with error:
steamclient.so: cannot open shared object file: No such file or directory
[s_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
Could not start server
Incoming RMI is disabled

 

Share this post


Link to post
Share on other sites

alright thanks

 

 

Atm I have this problem any ideas on it??

 

Yup, see here: http://www.wurmpedia.com/index.php/Server_administration_(Wurm_Unlimited)#Headless

 

Assuming you're using SSH, you just need to copy the /linux64/steamclient.so into the /nativelibs folder using the cp command. Obviously make sure you're inside where ever you installed the Wurm software.

 

cp ./linux64/steamclient.so ./nativelibs

 

I don't know why they don't just include the file there with the original download, but it's an easy fix nonetheless.

Edited by Jacklez

Share this post


Link to post
Share on other sites

bahh I need to learn how to read


 


 


Thanks will test it shortly


Share this post


Link to post
Share on other sites

Thanks alot Jacklez, not sure how I missed the unincluded file.. Up and running in no time now!


  • Like 1

Share this post


Link to post
Share on other sites

bahh I need to learn how to read

 

 

Thanks will test it shortly

 

 

Thanks alot Jacklez, not sure how I missed the unincluded file.. Up and running in no time now!

 

Not sure if you guys get it, but even after moving the steamclient.so to the correct place I will still get the error - although the server runs fine. I've seen other steam game servers will give this error yet work okay, so most likely nothing to worry about. This is what I get:

Loading servers

[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.

Setting breakpad minidump AppID = 366220

Starting the server

FillInMachineIDInfo took a total of 0 milliseconds

Incoming RMI is disabled

==================================================================

Wurm Server launcher finished at Fri Oct 23 12:47:30 EDT 2015

==================================================================

Server connected to steam

Edited by Jacklez

Share this post


Link to post
Share on other sites

They stated everywhere in Ark that this error can be ignored

  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this