Report this

What is the reason for this report?

I cannot access my Ubuntu 14.04 using browser.

Posted on March 21, 2016

What I am trying to do is to access my ubuntu using my IP address with port 7000. So like IP_address:7000. However, I get an error message saying, ERR_CONNECTION_REFUSED.

sudo apt-get update

sudo apt-get install git sudo apt-get install vim

ssh-keygen -t rsa

cd .ssh

vim id_rsa.pub

Add the public key to GitHub

sudo apt-get install curl build-essential python

curl -sL http://downloads.lisk.io/scripts/setu… | sudo -E bash - sudo apt-get install -y sqlite3

curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash - sudo apt-get install -y nodejs

sudo npm install grunt-cli -g

sudo npm install bower -g

sudo npm install forever -g

git clone https://github.com/LiskHQ/lisk.git cd lisk git branch git checkout master git branch

npm install

git submodule init git submodule update

cd public npm install bower install --allow-root grunt cd… forever start app.js

this is what I typed after I logged into ssh terminal.

I tried stopping firewall to see if that was the problem but nope :(

Anyone got any thoughts on why the connection is refused?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Is something listening on port 7000? lsof -i :7000 -n

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.