Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Why can't I visit Atlas dastboard after run quick_start.py ? Help me.

avatar
Rising Star

According these guide http://atlas.apache.org/InstallationSteps.html and http://atlas.apache.org/Configuration.html,

after depressing Atlas 0.7.tar.gz, I just only set ATLAS_HOME_DIR and other settings are default.

I ran "bin/atlas_start.py" to start atlas server.

Then I ran "bin/quick_start.py" and it showed "Example data added to Apache Atlas Server!" successfully.

When I visited http://localhost:21000/api/atlas/admin/version, it showed a login interface. Then I type "admin" as username and password. it showed the version of atlas successfully.

But when I try to visit http://localhost:21000/dashboard, it shows 404 ERROR.

I read the official guide or documentation many times, but I can't visit the dashboard in browser.

Please help me. Thank you very much.

1 ACCEPTED SOLUTION

avatar

@Ethan Hsieh

Thanks for posting your query.

Since you are able to get the admin version, seems like you have followed all the steps correctly.

The reason why you are seeing 404 ERROR for http://localhost:21000/dashboard is because there is no such page.

Now, the correct one is http://localhost:21000/. Just navigate to this one and it will take you to default homepage, which is http://localhost:21000/index.html.

View solution in original post

4 REPLIES 4

avatar

@Ethan Hsieh

Thanks for posting your query.

Since you are able to get the admin version, seems like you have followed all the steps correctly.

The reason why you are seeing 404 ERROR for http://localhost:21000/dashboard is because there is no such page.

Now, the correct one is http://localhost:21000/. Just navigate to this one and it will take you to default homepage, which is http://localhost:21000/index.html.

avatar
Rising Star

Thank you very much. It works.

But when I visited the default homepage, it required login. How can I set other username and password of login?

avatar

To set new credentials, add your credential details to this file /etc/atlas/conf/users-credentials.properties and restart atlas server.

avatar
Rising Star

It works. Thank you very much.