Guide – How To Start – Squid Auth on Linux Stream 10 on Amazon

Squid Auth on Linux Stream 10 enhances Squid with authentication features, providing controlled and secure web proxy access for users and organizations.

This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.

Configuration and connection to Squid Auth on Linux Stream 10

To work, you should open ports 22, and 3128 (TCP) in the network properties in the Amazon firewall. After purchasing and starting the VM, you should know its IP address. You can find it in the personal account of Amazon.

To connect to the Server, you should generate a “Private Key” in advance. This can be done using the following instructions (by choosing the “file format:” option “.ppk” in point 3) Guide – How To – Create and use Key Pair to connect to a VM

  1. Connecting to the VM using the PuTTY application. You can download it at the following link – Download
    • Go to section SSH on the left panel, and then to Auth
  • In the “Auth” section, click “Browse” and specify the path to the .ppk file you received earlier.
  • Go to the home page of “Session”, enter the IP address of the VM, and click “Open”.
  • In the opened console, you will need to enter the login ec2-user
  1. You can check the status of the Squid service using the command:

systemctl status squid

  1. Now you can use the following commands to manage users:

 sudo htpasswd /etc/squid/.squid_users newusername – create a new user. 

You need to enter the username (1), enter the password (2) for the new user, and then repeat the password (3)

  1. To use the proxy server through the built-in Windows tools, you must open the settings. Click ‘Start’ (1), then ‘Settings’ (2)
  1. In Settings, select “Network & Internet”
  1. Go to the “Proxy” section and set the “Use a proxy server” switch to On

In the Address field, enter the address of the VM, and in the Port field, specify 3128. Then click the Save button

  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.
  1. To work with the proxy server, you need to enter the login and password that you entered when you created the new user.
  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.

Check out the following links for further documentation and support for Squid Proxy

SquidFaq – Squid Web Proxy Wiki

Non-English Squid Documentation

Squid Wiki

Squid support

Website Built with WordPress.com.

Up ↑