I'm having an issue following this wiki page on setting up a dedicated server on Linux for version 1.21.5 where the expected directory structure is not the same as expected.
When extracting the tarball for the server only build of 1.21.5, I'm seeing something along the lines of this:
rudeus:~/VintageStory/server$ ls -a
. 15073474066 15073474070 15073474072 15073474074
.. 15073474067 15073474071 15073474073 assets
The last version with the expected file structure was for 1.15.10 which follows this folder structure:
rudeus:~/VintageStory/server-1.15.10$ ls -a
. Lib64 VSCrashReporter.exe assets
.. ModMaker.exe VintagestoryAPI.dll credits.txt
Info.plist Mods VintagestoryAPI.xml icons.icns
Lib MonoMac.dll VintagestoryLib.dll launchmac
Lib32 VSBuildLib.dll VintagestoryServer.exe server.sh
Please help as I'm very confused as to what's going on here.