I'm trying to get 7DTD server running but it just loops on start. I think the issue lies with this 2026-07-06T22:37:23 0.089 WRN The open files limit is too low (1024) and may cause crashes. Recommended is at least 10240. Follow these steps to increment it: - Open /etc/security/limits.conf with a text editor: 'sudo editor /etc/security/limits.conf' - Add or update the line: 'steam soft nofile 10240' - Save the file and exit the editor - Apply the changes: Log out and back in or restart the system or with this 2026-07-06T22:42:56 7.917 INF [EOS] Login 2026-07-06T22:42:56 8.301 INF [EOS] Fetching DeviceId from native platform, with delegate=True, refreshing=False 2026-07-06T22:42:56 8.313 ERR [EOS] [LogEOSConnect - Error] Error checking for any existing DeviceId access credentials on the local device. Result: 38. 2026-07-06T22:42:56 8.328 ERR [EOS] Failed creating DeviceId: InvalidState 2026-07-06T22:42:56 8.337 ERR ==================================================================================================== 2026-07-06T22:42:56 8.337 ERR Error starting dedicated server: Failed initializing cross platform user: 2026-07-06T22:42:56 8.337 ERR NoLoginTicket: 2026-07-06T22:42:56 8.338 ERR ==================================================================================================== 2026-07-06T22:42:56 8.342 INF Preparing quit 2026-07-06T22:42:56 8.343 INF Persistent GamePrefs saved 2026-07-06T22:42:56 8.344 INF Cleanup Not sure why this is failing, I have cross-platform disabled in my config. <property name="ServerAllowCrossplay" value="false"/> <property name="EACEnabled" value="true"/> <property name="IgnoreEOSSanctions" value="false"/> Could really do with some help. I used to have something running back when the game was in Beta but now I'm just running into troubles.