Oliver Rippinger Posted January 17 Report Posted January 17 hi there i was tring to set up a dedicated server for freinds on my debian based machein ive followed the guide however i keep getting the dotnet 8 not installed even though i just installed it if you guys can help it would be wonderfull many thanks, Foxtnt21
Diff Posted January 17 Report Posted January 17 54 minutes ago, Oliver Rippinger said: hi there i was tring to set up a dedicated server for freinds on my debian based machein ive followed the guide however i keep getting the dotnet 8 not installed even though i just installed it if you guys can help it would be wonderfull How'd you install .NET? How'd you install the VS server?
mynametimmy Posted March 5 Report Posted March 5 Yeah how did you manage that? Maybe I have my casaos install weird but I can't figure it out for the life of me, also just here to bump this because I also need help setting it up. I feel like a neanderthal hitting rocks against each other even though I know linux already (to an extent)
Oliver Rippinger Posted March 5 Author Report Posted March 5 What I did to fix it was run the auto installer of .NET as sudo over and over again each time restarting and updating packages for the pc somehow that worked for me, also remember to set docker to never update otherwise you can't access any containers DO THIS BEFORE DOING THE AUTO INSTALLER!!
Oliver Rippinger Posted March 5 Author Report Posted March 5 Also split up the commands into separate parts so nothing can go wrong EG. wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh Then chmod +x ./dotnet-install.sh Then ./dotnet-install.sh --channel 8.0 Finally Run Sudo apt update & upgrade Then Restart Hope this helps Documentation: https://learn.microsoft.com/en-gb/dotnet/core/install/linux-scripted-manual#scripted-install
mynametimmy Posted March 6 Report Posted March 6 I've tried that, finally got through most of it but I'm still getting hung up on the "I require dotnet 8.0" even though I've installed it.
Oliver Rippinger Posted March 6 Author Report Posted March 6 If you still get that error I know your not meant to do it but you can run the server on your admin account rather than the vintage story sever user
mynametimmy Posted March 6 Report Posted March 6 I don't really see the security issue so I might just try that. This laptop is ready to be reflashed at any moment if i need it lol, just use it for servers and nothing else.
FelixShift Posted March 8 Report Posted March 8 (edited) I'm not sure how you are spinning up the server but I'd highly recommend going through Docker if you haven't tried that already. https://github.com/DarkMatterProductions/vintagestory?tab=readme-ov-file#basic-server It is a tad easier to manage using Docker Compose but the README above has all the instructions for interacting with the docker container. Compose is easier because you can access/edit server files more readily. Edited March 8 by FelixShift
Oliver Rippinger Posted Tuesday at 03:35 PM Author Report Posted Tuesday at 03:35 PM Fun fact the newer versions of docker aren't supported by casaOS but thanks I'll see if there's a work around
FelixShift Posted Tuesday at 04:49 PM Report Posted Tuesday at 04:49 PM 1 hour ago, Oliver Rippinger said: Fun fact the newer versions of docker aren't supported by casaOS but thanks I'll see if there's a work around TIL, man that sucks
Recommended Posts