Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grab-site not displaying any content on Port 29000, but installed and running #227

Open
DominicBilke opened this issue Jan 29, 2023 · 2 comments

Comments

@DominicBilke
Copy link

Hello,

I have installed grab-site on my IONOS-Server and it's running when I call ./gs-server

But it's not diplaying any content when I open Port 29000 from the web.
There's site unavailable. I opened the port on the server, but there's no content.
There's no error message.

I have created following service:

[Unit]
Description=GrabSite

[Service]
WorkingDirectory=/var/www/vhosts/bilke-projects.com/grab-site/
ExecStart=/var/www/vhosts/bilke-projects.com/grab-site/gs-server
Environment="GRAB_SITE_INTERFACE=82.165.222.1"
Restart=always
RestartSec=5
TimeoutSec=10

[Install]
WantedBy=multi-user.target

If you have any suggestions, please answer.

Greetings,
Dominic Bilke

@ivan
Copy link
Contributor

ivan commented Jan 29, 2023

Did you check the firewall settings in the IONOS control panel? I think they might block ports by default

@DominicBilke
Copy link
Author

The firewall ist open for Port 29000.

I checked the service-status, it's running with gs-server.

When I load the IP and the Port (http://82.165.222.1:29000/) it displays: Site is not available.

Do you have any other suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants