Guide – How To Start – TinyProxy 1.11.0 Easy Proxy Server based on Ubuntu 24.04 on Amazon

Configuration and connection to TinyProxy 1.11.0 Easy Proxy Server for Ubuntu 24.04

  1. To start the server, you just need to start the Instance through AWS. 
  1. To connect to the VM, you should generate a “Private Key” in advance. This can be done using the following instruction (by choosing the “file format:” option “.ppk” in point 3) – Guide – How To – Create and use Key Pair to connect to a VM
  1. Download and run Putty
  1. Go to the “SSH” section in the left panel and then to “Auth”.
  1. In the “Auth” section, click “Browse” and specify the path to the .ppk file you received earlier.
  1. Go to the home page of “Session”, enter the IP address of the VM, and click “Open”.
  1. In the opened console, you will need to enter the login ubuntu
  1. To check the server status, enter the command:

>sudo service tinyproxy status

  1. To change the server configuration, enter the following command:

> sudo vi /etc/tinyproxy/tinyproxy.conf

  1. To manage the server, you can use the following commands:

>sudo service tinyproxy stop

>sudo service tinyproxy start

>sudo systemctl restart tinyproxy

  1. To use the proxy server through the built-in Windows tools, open Settings > Network & internet > Proxy
  1. Click Set up in the Manual proxy setup section
  1. Turn on the Use proxy server (1), enter the IP address of your VM in the Proxy IP address field (2), and in the Port field specify 8888 (3). Then click the Save button (4)
  1. To check the connection to the proxy server, open the MyIP.com website in any browser and check if your IP address has changed.

Website Built with WordPress.com.

Up ↑