Hey
I follow the instructions:uMod - Agent - Valheim Installation Guide but I only get this: https://prnt.sc/103dvwf
and when I start the server it does not load Umod. I didn't get a plugins folder either.
Thanks in advance
Valheim server install failed
Make sure you have .NET 5 installed, you can see what you have installed with "dotnet --info"
Could you provide logs from the first steps?
Hello I have the same problem I have got a dedicated server pc. installed umod through powershell ok (Well I think it did) but when I try and install it through cmd to the server I get this.
C:\Valheim\steamapps\common\Valheim dedicated server>umod i valheim -P
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet-C:\Users\J4CKS does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
Valheim server install failed
App install successful
any ideas
Calytic
Make sure you have .NET 5 installed, you can see what you have installed with "dotnet --info"
Yes, please verify this.
ok this is the info
C:\Users\J4CKS Server>dotnet --info
.NET SDK (reflecting any global.json):
Version: 5.0.103
Commit: 72dec52dbd
Runtime Environment:
OS Name: Windows
OS Version: 10.0.18363
OS Platform: Windows
RID: win10-x64
Base Path: C:\Users\J4CKS Server\AppData\Local\Microsoft\dotnet\sdk\5.0.103\
Host (useful for support):
Version: 5.0.3
Commit: c636bbdc8a
.NET SDKs installed:
5.0.103 [C:\Program Files\dotnet\sdk]
5.0.103 [C:\Users\J4CKS Server\AppData\Local\Microsoft\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 5.0.3 [C:\Users\J4CKS Server\AppData\Local\Microsoft\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 5.0.3 [C:\Users\J4CKS Server\AppData\Local\Microsoft\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 5.0.3 [C:\Users\J4CKS Server\AppData\Local\Microsoft\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Okay, now "dotnet tool list --global"
Then, assuming uMod is installed, "umod --version"
Merged post
Then update the tool
dotnet tool update -g uMod --version "*-*" --add-source https://www.myget.org/f/umod/api/v3/index.jsonany try to install the game again..
C:\Users\J4CKS Server>umod --version
uMod Agent - (1.2.269)
No game installation found. Use "umod install --help" to install a game server.
running the update now
Merged post
C:\Users\J4CKS Server>dotnet tool update -g uMod --version "*-*" --add-source https://www.myget.org/f/umod/api/v3/index.json
Tool 'umod' was reinstalled with the latest stable version (version '1.2.269-develop').
Merged post
Ok Im still getting the server insall failed
Merged post
C:\Valheim\steamapps\common\Valheim dedicated server>umod --version
uMod Agent - (1.2.269)
games/valheim (n/a)
core/webclient (develop)
core/compiler (develop)
core/database (develop)
I added a "--debug" option to "update"/"install" command. If you update the agent, by running that "dotnet tool update" command above again, and then run "umod install valheim -P --debug" it should give you some additional output about exactly what DepotDownloader command was invoked.
You can then take that, share it with us, and/or run it manually. It would be something like..
"dotnet /path/to/DepotDownloader.dll -app APPID (other arguments)"