Everytime anyone is trying to connect their rust plus to the server even after disabling and renable we are getting this error in the WebRcon
"SqliteException: Could not finalize SQL statement: database disk image is malformed"
Any idea how to sort this ?
I have added the following to the server.cfg after seeing other threads
app.port 28025
app.publicip *.*.*.*
Rust+ Error on the Server
Try removing app.publicip and add:
app.listenip 0 0 0 0
(with dots)