techahold / rustdeskinstall

Easy install Script for Rustdesk
MIT License
371 stars 113 forks source link

Cannot access the IP address for install scripts #58

Closed borgqueenx closed 11 months ago

borgqueenx commented 11 months ago

I got the following message after installation: Created symlink from /etc/systemd/system/multi-user.target.wants/gohttpserver.service to /etc/systemd/system/gohttpserver.service. Your IP/DNS Address is <redacted> Your public key is <redacted> Install Rustdesk on your machines and change your public key and IP/DNS name to the above You can access your install scripts for clients by going to http://<redacted>:8000 Username is admin and password is <redacted>

I went to the IP address and port on my browser, but it is not loading anything. http service was already running fine(i have running websites on the server as well), but allowed it to install the http server anyway. How should i troubleshoot this? I am using centos 7.

Already rebooted the webserver as well without luck.

EDIT: I should note i also have the ufw installed and running without issues.

[ 1] SSH ALLOW IN Anywhere [ 2] 224.0.0.251 mDNS ALLOW IN Anywhere [ 3] 22 ALLOW IN Anywhere [ 4] 443 ALLOW IN Anywhere [ 5] Anywhere ALLOW IN [ 6] 9987/udp ALLOW IN Anywhere [ 7] 21115:21119/tcp ALLOW IN Anywhere [ 8] 8000/tcp ALLOW IN Anywhere [ 9] 21116/udp ALLOW IN Anywhere [10] SSH (v6) ALLOW IN Anywhere (v6) [11] ff02::fb mDNS ALLOW IN Anywhere (v6) [12] 22 (v6) ALLOW IN Anywhere (v6) [13] 443 (v6) ALLOW IN Anywhere (v6) [14] 9987/udp (v6) ALLOW IN Anywhere (v6) [15] 21115:21119/tcp (v6) ALLOW IN Anywhere (v6) [16] 8000/tcp (v6) ALLOW IN Anywhere (v6) [17] 21116/udp (v6) ALLOW IN Anywhere (v6)

borgqueenx commented 11 months ago

it was a firewall issue, thats still not solved but not a issue with this script.