Adding Proxies
This page provides an overview of adding proxies to Jancy via a proxy provider.
Creating a Proxy Provider
By default, Jancy can read proxies from CSV and TXT files formatted as described here.
To create a link between Jancy and a file of proxies you need to create a Text Delimited Proxy Provider.
- Open the Proxy setting panel (
File → Settings → Proxies) - Click the
+ Add a proxy providerbutton and select thev2: Load proxies from a delimited text file (w/column selection)option. - In the
Load Proxies From a Text Filedialog that appears, press the button with the three dots next to thePathfield. - In the
Open Filedialog that appears, locate your proxy file on your computer and press theOpenbutton. - Modify the
Column Formatdropdown to match the format of your file. - Modify the
Delimiterdropdown to match that of your file (If you are using a CSV file this is most likely a comma.) - If your file has a header row check the
Has header rowcheckbox, this will omit the first line of the file. - Click the
Addbutton
If the Delimiter or Has header row settings do not match your CSV format, Jancy may not be able to read your proxies correctly.
Creating a Google Sheets Proxy Provider
This requires you to have configured a Google account using the Google Workspace integration.
- Open the Proxy setting panel (
File → Settings → Proxies) - Click the
+ Add a proxy providerbutton and select theLoad proxies from a Google sheetoption. - In the
Load Proxies From a Google Sheetdialog that appears:- In the
Namefield, give your sheet a custom name - In the
Workspace IDfield, select the correct Google Workspace Account from the dropdown menu - In the
Spreadsheet URL or IDfield, copy and paste the URL of the spreadsheet
- In the
Sheet Namefield, type the name of the Sheet that contains your proxies
- Modify the
Column Formatdropdown to match the format of your sheet. - If your file has a header row check the
Has header rowcheckbox, this will omit the first line of the file.
- In the
If the Delimiter or Has header row settings do not match your file format, Jancy may not be able to read your proxies correctly.
If everything works, you should see a configured proxy provider that looks like this:

You can add as many providers as you need.
Name
A custom name to use for the provider.
Defaults to the filename.
Column Format
The column layout of your file. The column formats that this parser supports are:
- name, host, port, username, password
- host, port, username, password
- name, host, port
- host, port
- name, host, port, username, password, timezone
- host, port, username, password, timezone
- name, host, port, timezone
- host, port, timezone
Providing the correct value for this setting usually requires looking at your file in a text editor (like notepad) to determine where each value is.
See here for an example file and a brief explanation about what value each column may contain.
Delimiter
The delimiter used to separate columns in the file.
A comma, tab, colon, and semi-colon are the currently supported delimiters.
Mode
Determines how proxies are given out.
persistproxies will be given out in order and position in the file is remembered even when the file is read againstart oversame aspersistbut always starts at the top of the list when the file is read againrandomproxies are given out in a random order
Proxy Provider Buttons
- Star
If you have multiple proxy providers, you can set one as the default by toggling the star button.
- Edit
To edit the configuration of your proxy file, toggle on the button with a pencil and paper.
- Refresh
If you have made changes to your proxy file and need to update them in Jancy, toggle the refresh button shown in the snapshot above. This will prompt Jancy to re-read the selected file and update any new information.
- Trash
To delete a proxy provider, click on the trash can button.
- Test
Proxies can be tested on a per-provider basis by clicking the play button.
The proxy tester verifies that Jancy can establish a connection to each proxy. While this confirms that the proxy is reachable, it does not guarantee that the proxy is working as expected for browsing.
To verify that a proxy is working correctly, we recommend selecting the proxy in Jancy and visiting a website that displays your public IP address.