Skip to content

k3tan172/serveo_local

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

serveo_local

On a server:

  1. Get a digital oceans account. (This is only the site I used; you can use your own virtual machine provider, like aws or similar, but you may need to perform additional configuration details not covered, such as firewall configuration or simlar.)
  2. Create a small ($5 / month) ubuntu dropplet. (Optional https://m.do.co/c/674f3906831a referal link).
  3. ssh in to the box ( ssh as root, then use the ssh key you created or use the root password mailed to your account).
  4. In a terminal: sudo apt update ; sudo apt upgrade -y ; sudo apt dist-upgrade -y ; sudo apt autoremove -y ; sudo reboot
  5. create for a new domain on domains.google.com or similar. (eg. serveoish.com or similar).
  6. Create a wild card record ( * ) for the domain above to point to the ip address created by digital ocean.
  7. wget https://storage.googleapis.com/serveo/download/2018-05-08/serveo-linux-amd64 -O serveo 6a. This url is the 64 bit linux serveo.
  8. chmod 777 serveo
  9. ./serveo 8a. Should result in an "failed to load private key" error message.
  10. ssh-keygen -t rsa -f ssh_host_rsa_key
  11. ./serveo --port=2222 -domian=serveoish.net 10a. SHould result in something like: 2019/09/08 19:15:02 Listening on :2222... 10b. Keep this window open while serveo runs. Or use nohup ./serveo --port=2222 -domain=serveoish.net &

In a client:

  1. assume you have a web server installed. (If not, see https://jameshfisher.com/2018/12/31/how-to-make-a-webserver-with-netcat-nc/ and follow the how to make a persistant server step )
  2. ssh serveoish.com -p 2222 -R 80:localhost:8000

You will see text like:

Warning: no TLS certificate available for benigne.serveoish.com. You won't be able to use HTTPS, only HTTP. Forwarding HTTP traffic from http://benigne.serveoish.com Press g to start a GUI session and ctrl-c to quit.

(Or use other appropriate ssh command here for a remote ssh tunnel or similar.)

To shutdown serveo server, just press control c in the server window.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published