kikuz Posted October 30, 2020 Share Posted October 30, 2020 I am currently trying to setup the cloud c2 with AWS, and I'm following along with these videos Video 1 -> https://www.youtube.com/watch?v=TIpx_ENurLY&t=67s Video 2 -> https://www.youtube.com/watch?v=cvFMf9BQLAI&t=124s Now, I've copied an pasted All of the correct commands to this process, as well as went out of my way to purge the first VM and then create a New one (Ubuntu lts 20. in AWS) And I still run into the same exact issue. I try to connect to the Ip and then it displays the login page (After I have already put in token, license key, username, and password), And I go to put in the credentials and it gives me an error stating "Your Credentials are not valid" Even though I wrote them down to make sure I didn't get it wrong the second time. I even copy pasted it out of desperation. If Anyone could assist me in something I could be doing wrong that would be greatly appreciated! From your friend, Kikuz. Quote Link to comment Share on other sites More sharing options...
kikuz Posted October 30, 2020 Author Share Posted October 30, 2020 Also it is only after i update the software is when i get the incorrect password. (c2 update) Quote Link to comment Share on other sites More sharing options...
chrizree Posted October 31, 2020 Share Posted October 31, 2020 Are you using some special character as a part of your password that might not be appreciated by the Cloud C2 instance? (Don't expose your password here though :-) ) 1 Quote Link to comment Share on other sites More sharing options...
GNeo Posted November 7, 2020 Share Posted November 7, 2020 I am going through the same issue. I keep getting the error "Your credentials are not valid." Quote Link to comment Share on other sites More sharing options...
GNeo Posted November 7, 2020 Share Posted November 7, 2020 AWESOME! FOUDN A SOLUTION! Delete c2.db Stop Instance Start and Connect Run IP=$(curl -s https://checkip.amazonaws.com) ./c2_community-linux-64 -hostname $IP And then go to the login and recreate the account. Then, happy connecting devices! Quote Link to comment Share on other sites More sharing options...
Irukandji Posted November 7, 2020 Share Posted November 7, 2020 (edited) There's command in the C2 app to reset password. But I don't have my box with C2 running. So don't know what it's is. Edited November 7, 2020 by Jtyle6 Quote Link to comment Share on other sites More sharing options...
Six0401 Posted December 30, 2020 Share Posted December 30, 2020 Hello, So I also just tried to set up Cloud C2 and have this issue. There was an update and after the update it keeps telling my credentials are not valid. I tried the method you used GNeo but it didn't work for me. Any ideas? Quote Link to comment Share on other sites More sharing options...
chrizree Posted December 30, 2020 Share Posted December 30, 2020 Is your password containing uppercase letters? Try to type them all as lowercase and see if it works. I seem to remember that it was an "update feature". Quote Link to comment Share on other sites More sharing options...
Zentian01 Posted September 18 Share Posted September 18 Hello there I would like to share the fix to this "Your Credentials are Invalid" error: 1) Make sure your service running cloud-c2, EXAMPLE: sudo systemctl status hak5c2.service (There is plenty info out there on how to create a .service daemon?, I believe that is what is called), make sure to: systemctl stop the service and disable. 2) Go to /home/ubuntu then: ls, you will notice a file called c2.db, proceed to: rm c2.db 3) Start the entire process of setting up cloud-c2 over again... B-) Quote Link to comment Share on other sites More sharing options...
Irukandji Posted September 18 Share Posted September 18 Sorry. this is a really old post.. The easy fix was https://docs.hak5.org/cloud-c2/troubleshooting/account-recovery Quote Link to comment Share on other sites More sharing options...
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.