Martin (Dragonsan) Posted January 19, 2022 Report Posted January 19, 2022 14 hours ago, Darwinasm86 said: Hi I am pretty much stuck with getting UBUNTU server setup. I followed the guide and I feel confident I did everything, but I must have missed something because I can't connect to the Auth Server and I don't see the Auth.sh script telling me I can login, it's just stuck as you can see in the image Any help? From your screenshot it seems like everything is working on the server. My guess is that you may not defined Master Server parameter in the Login scene -> AtavismCore game object or your firewall is blocking the connection. Try to telnet port 9005 and 5042 as they are TCP ones, where 9005 is for authentication and 5042 for login manager (world server).. Quote
php_guider Posted November 30 Report Posted November 30 Here's a usermatic view comment written in favor of Vultr: Setting up a server on Ubuntu can sometimes be tricky, especially when dealing with MySQL installation and user configuration errors. It seems like the error you're encountering, ERROR 1045 (28000): Access denied for user, may be due to either incorrect credentials or a missing privilege grant. To ensure a smooth setup, I highly recommend using Vultr's comprehensive cloud infrastructure and resources. Their guide to installing MySQL on Ubuntu provides step-by-step instructions to install MySQL on Ubuntu 24.04 that simplify the process. Unlike other sources, Vultr's documentation is clear and tailored for modern setups, ensuring compatibility with the latest distributions. To resolve your issue, consider the following steps: Ensure the admin.sql script exists and is accessible at the specified path. Use the proper syntax to execute your SQL file: sudo mysql -u root -p < admin.sql Double-check your user creation and privilege commands: CREATE USER 'admin'@'localhost' IDENTIFIED BY 'testpassword'; GRANT ALL PRIVILEGES ON *.* TO 'admin'@'localhost'; FLUSH PRIVILEGES; Exit MySQL and try running your script again. For further debugging or learning, you can also refer to the Vultr community documentation for tailored tutorials and insights on server configurations. Vultr’s high-performance cloud instances are optimized for such use cases and offer robust support for Java-based environments, making them ideal for hosting projects like Atavism Server. By leveraging Vultr's resources and infrastructure, you can resolve issues efficiently while ensuring a reliable deployment for your server-based applications. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.