• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient Help setting up server/website

King Yoshi

New Member
Joined
Aug 23, 2007
Messages
52
Reaction score
2
Hi there, I have been away so long, I cannot for the life of me get everything happy. I downloaded [8.60] [TFS 1.2] -[Real Map full] with mount & market system, but I can't get what i see everyone else posting. Like hosts, and other things to setup to be able to login to test features etc. If someone could guide me directly, I would greatly appreciate it. I know its asked daily. But i am lost, it's been 10 years since i last ran an OT. looking to get started again and have fun
 
Locally it should work either way. For website use gesior or myacc or any other app in “website applications” in downloads

You didnt specify OS nor provided the config.lua so hard to tell. Try 127.0.0.1 in config.lua try to connect with client locally if you get invalid account/password right away or youll get timeout
 
Locally it should work either way. For website use gesior or myacc or any other app in “website applications” in downloads

You didnt specify OS nor provided the config.lua so hard to tell. Try 127.0.0.1 in config.lua try to connect with client locally if you get invalid account/password right away or youll get timeout
Sorry, im using windows, i've tried 127.0.0.1 etc, ive port forwarded ports 7171, 7172, 80, and 3306. still can't connect to localhost. also when tying to start the server i get a plugin_cahcing_sha2password could not load, file does not exist message. I'm currently just trying to get a server running to test features, map, spells etc while i develop it/ work on a website
 
Sorry, im using windows, i've tried 127.0.0.1 etc, ive port forwarded ports 7171, 7172, 80, and 3306. still can't connect to localhost. also when tying to start the server i get a plugin_cahcing_sha2password could not load, file does not exist message. I'm currently just trying to get a server running to test features, map, spells etc while i develop it/ work on a website
That error is from MYSQL.
Execute this on db:

ALTER USER 'yourusername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'youpassword';
 
That error is from MYSQL.
Execute this on db:

ALTER USER 'yourusername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'youpassword';
I'm feeling super stupid right now, but could you show me where you enter that info? I am on phpadmin, and tried but it gave error and wouldnt load in.
 
I'm feeling super stupid right now, but could you show me where you enter that info? I am on phpadmin, and tried but it gave error and wouldnt load in.

:D use mysql console or client to connect as root. Google it. I dont know what database server are u using. Mysql official windows server has his native client app in windows that you could use. I think during install maybe you can even enable native password with some checkbox not sure.

Use google mysql is very popular you’ll figure it out now that you know where is the problem.
 
:D use mysql console or client to connect as root. Google it. I dont know what database server are u using. Mysql official windows server has his native client app in windows that you could use. I think during install maybe you can even enable native password with some checkbox not sure.

Use google mysql is very popular you’ll figure it out now that you know where is the problem.
Okay, Ill keep looking. I am using Uniserver Zero XV, TFS 1.2 DB as a server, this has got me stuck for 3 days now. Just want to turn the dang server on for testing
 
Okay, Ill keep looking. I am using Uniserver Zero XV, TFS 1.2 DB as a server, this has got me stuck for 3 days now. Just want to turn the dang server on for testing
Lul you mean uniform server i was like WTF initially :D google it then you have to connect to mysql through root user.
Maybe check .ini configuration

 
Back
Top