How do I allow fix error access from Linode to Ant Media Community Edition in Chrome?

After about 10 different ways to try and fix the push from Linode running IP: xxx.xxx.xx.xx:5080 in another window I continually receive a connection error:

"This site can’t be reached xxx.xxx.xx.xx refused to connect.
Try:

Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED"

I went through many troubleshooting attempts to no avail. Any help is greatly appreciated!

7 Replies

It's possible not enough time passed between when you provisioned your Linode and when you attempted to access your Ant Media Server. While the Estimated Deployment Time is roughly 2-5 minutes, I waited about 10 minutes until I attempted to access my server on port 5080 and was greeted with the "Create First Account" login screen.

You can also see if the Marketplace app installed successfully by checking the /var/log/stackscript.log file. It should look like this:

root@localhost:~# tail /var/log/stackscript.log
  inflating: ant-media-server/ant-media-server-service.jar  
  inflating: ant-media-server/README.md  
  inflating: ant-media-server/create_app.sh  
  inflating: ant-media-server/shutdown.sh  
  inflating: ant-media-server/install_tensorflow_plugin.sh  
  inflating: ant-media-server/delete_app.sh  
JAVA_HOME : /usr/lib/jvm/java-11-openjdk-amd64/
Created symlink /etc/systemd/system/multi-user.target.wants/antmedia.service → /etc/systemd/system/antmedia.service.
PLATFORM:linux-x86_64
Ant Media Server is installed and started.

If your /var/log/stackscript.log output is something different, I suggest deleting your Ant Media Server and spinning up a new one.

You may also want to check out this video from our YouTube channel titled Create Your Own 24/7 YouTube Live Stream With Ant Media on Linode to get you started.

is there any solution for it cause i have same problem with MacOS

im running the same issue ive waited up to 8 hours and it still refuses connections but when i run the enterprise version it works just fine

I was able to replicate this issue on a fresh deployment of the AntMedia Community Edition from the Marketplace. There was a relatively recent version release Ant Media server which is causing an issue with the application deployment. I went ahead and let the Marketplace Team know so once this is resolved, we'll be sure to update you.

As a workaround in the meantime, I was able to resolve this issue by editing and running the script titled StackScript located in the root user's home directory after the instance is up and running.

When you open that file with a text editor you just need to change 2.5.1 to 2.5.3 on the following line and save the file:

ZIP_FILE="https://github.com/ant-media/Ant-Media-Server/releases/download/ams-v2.5.1/ant-media-server-community-2.5.3.zip"

From there, run the script with the ./StackScript command. Once that has completed, you will see the following message and your Ant Media Community server will be accessible:

JAVA_HOME : /usr/lib/jvm/java-11-openjdk-amd64/
Created symlink /etc/systemd/system/multi-user.target.wants/antmedia.service → /etc/systemd/system/antmedia.service.
PLATFORM:linux-x86_64
Ant Media Server is installed and started.

I wanted to let you know we've heard from the Marketplace Team who have resolved the issue. The Ant Media Community Edition should now deploy correctly.

I am experiencing the same issue. I have spun up several servers, re-run the installation script, and checked the version in the log file.

I just ran a check to make sure the Ant Media Community Edition Marketplace app was deploying properly and didn't have any issues. After waiting for 5 minutes, I navigated to <my.instance's.ip.address>:5080 in my browser and the Ant Media login page loaded.

I suggest following along with the installation progress through Weblish to make sure everything is running smoothly. You can also double check the Ant Media installation guide for additional reference.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct