diff --git a/ucs/ucs.cpp b/ucs/ucs.cpp index 95e63d2ff..afb345f29 100644 --- a/ucs/ucs.cpp +++ b/ucs/ucs.cpp @@ -149,6 +149,7 @@ int main() { EQ::Net::ServertalkServer server; EQ::Net::ServertalkServerOptions opts; opts.port = 5999; + opts.credentials = "User:Root;Password:1234567890"; server.Listen(opts); server.OnConnectionIdentified("QueryServ", [](std::shared_ptr conn) {