Jump to content

Recommended Posts

Posted
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?

image.png.53a93bc404915a75544dac78bbfd8dd5.png

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)..

  • 2 years later...
Posted

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:

  1. Ensure the admin.sql script exists and is accessible at the specified path.
  2. Use the proper syntax to execute your SQL file:
    sudo mysql -u root -p < admin.sql  
    
  3. Double-check your user creation and privilege commands:
    CREATE USER 'admin'@'localhost' IDENTIFIED BY 'testpassword';  
    GRANT ALL PRIVILEGES ON *.* TO 'admin'@'localhost';  
    FLUSH PRIVILEGES;  
    
  4. 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.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recommended Cloud Solution


    ksweb.net

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.