WebAdmin Install: A lot further than before but not quite there!
-
@FMJ-Smiley okay bro it's solved Thanks
-
I have also solved the issue and can now see the application. Nothing to do with NOIP.
sudo iptables -I INPUT -p tcp --dport 3000 -j ACCEPT did the trick.
-
@FMJ-Smiley said in WebAdmin Install: A lot further than before but not quite there!:
I have also solved the issue and can now see the application. Nothing to do with NOIP.
sudo iptables -I INPUT -p tcp --dport 3000 -j ACCEPT did the trick.
Well sudo iptables has nothing to do with my application, glad you solved it
-
Thank you.
No idea but I was reading why node applications would not open up on localhost:3000 and it led me to that. It worked
-
I'm having the same problem as ravindu with v2 recaptcha. Waited over the 30 mins that Google say for them to 'save' Also made new keys and still no good. I can login with default admin from seed 'first install'
My admin page looks like this!
-
@FMJ-Smiley This probably is seed issue. You need to fill up mongoDB with default details.
-
@darkie19 said in WebAdmin Install: A lot further than before but not quite there!:
@FMJ-Smiley This probably is seed issue. You need to fill up mongoDB with default details.
Thanks for the reply but I think you need to explain a bit more please. ravindu500 has exact same error.
I still cant get past google recaptcha error either.
-
@FMJ-Smiley said in WebAdmin Install: A lot further than before but not quite there!:
@darkie19 said in WebAdmin Install: A lot further than before but not quite there!:
@FMJ-Smiley This probably is seed issue. You need to fill up mongoDB with default details.
Thanks for the reply but I think you need to explain a bit more please. ravindu500 has exact same error.
I still cant get past google recaptcha error either.
You might want to have a look into this thread : https://forum.cirkus-serveri.com/topic/108/can-some-one-help-me-with-this/3
And for seed guide:
Check out Step6 on this tutorial thread
https://forum.cirkus-serveri.com/topic/37/install-cod4xwebadmin-on-ubuntu-16-04-17-04-18-04/2Regarding google recaptcha (although i don't know what your issue) but you can check these out:
- reCAPTCHA type:v2 required (not sure if v3 works)
- In domains you need to provide your IP and also a custom URL if you have.
-
Thanks again darkie19
Captcha we have managed to sort out now.
I looked at that thread but unfortunately the link for the file that NeHo asks to upload is no longer available.
Tried nodejs update.js whilst CD in app/seed also but no luck.
-
@FMJ-Smiley said in WebAdmin Install: A lot further than before but not quite there!:
Thanks again darkie19
Captcha we have managed to sort out now.
I looked at that thread but unfortunately the link for the file that NeHo asks to upload is no longer available.
Yeah, there was an easy way unfortunately i don't have that one saved either.
Re-populate the database with the updated files.- Close the npm/pm2
- Visit https://github.com/byNeHo/CoD4x-WebAdmin/tree/master/app/seed
- Download these 2 files and replace them manually in your vm's directory.
- Then navigate through console: cd /var/www/html/app/seed or whatever directory you have installed the server
- type : nodejs dbseed.js
- Start back npm/pm2 and give it a try.
This issue i believe is mainly for no existing admin in the database (the default ones)