orel56000 Posted May 26, 2018 Share Posted May 26, 2018 Hi, If I use addAccount() on my server, can I see it's saved file manually? How can I backup users? Link to comment
Skully Posted May 27, 2018 Share Posted May 27, 2018 All accounts registered are saved in a file called internal.db which is located in the same directory where your mtaserver.conf is. To back it up, you can simply save a copy of .db file somewhere else if that's what you mean. 1 Link to comment
orel56000 Posted May 27, 2018 Author Share Posted May 27, 2018 4 hours ago, Skully said: All accounts registered are saved in a file called internal.db which is located in the same directory where your mtaserver.conf is. To back it up, you can simply save a copy of .db file somewhere else if that's what you mean. Yes! That what I meant for, thank you. BTW, there is an option to open this file and change things in the users? Like to change someone's password.. Link to comment
Skully Posted May 27, 2018 Share Posted May 27, 2018 1 hour ago, orel56000 said: Yes! That what I meant for, thank you. BTW, there is an option to open this file and change things in the users? Like to change someone's password.. You can view the contents inside of the database by using a database browser such as this one, the passwords are encrypted so you won't be able to see or change them. If you want to change a user's password, you can use SetAccountPassword. 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now