Skip to content
Tags

How to Use TMProxy: A Complete A-Z Guide 2026

Featured image of post How to Use TMProxy: A Complete A-Z Guide 2026

Learn how to use TMProxy A-Z: register, get your API key, fetch proxies, use TMProxy Manager, Extension, Android/iOS, anti-detect software, and IP rotation API.

TMProxy offers multiple ways to use proxies — from a desktop application, a browser extension, and manual WiFi configuration on mobile, to integration with anti-detect software and a full automation API. This guide walks you through each method in detail, including proxy formats and tips for rotating or holding your IP.

How to Use TMProxy: A 5-Step Overview

No matter which method you choose, the overall workflow always comes down to 5 steps:

  1. Register an account at tmproxy.com.
  2. Purchase a plan that fits your use case (Account Nurturing, IP Rotation, or VIP Fast Rotation).
  3. Get your API key from the account dashboard.
  4. Fetch a proxy — you will receive an IP:port:user:pass set along with https and socks5 connection strings.
  5. Connect the proxy to your browser, phone, anti-detect software, or call it through the API.

The sections below dive into each step and each method in full detail.

Steps 1–3: Register, Purchase a Plan, and Get Your API Key

First, set up your account and plan:

  • Register an account: Go to tmproxy.com, sign up with your email or phone number, and top up your balance.
  • Choose and purchase a plan: Consider your needs — pick a stable-IP plan for account nurturing; choose a VIP plan for scraping and fast IP rotation. You can start with an affordable plan (from as little as 5.000đ/day) to test the service.
  • Get your API key: In the dashboard, every account has its own API key. This is the "key" used to fetch proxies and call the API — keep it secret and never share it publicly.
Whitelist Your IP to Skip Username/Password
TMProxy supports the **ip_allow** field: declare your machine's public IP, and you can use the proxy without entering a username or password (IPv4 only). This is extremely handy when connecting the proxy to multiple applications at once.

Cheap Vietnamese Proxies from just 5.000đ/day

Step 4: Understanding Proxy Formats and Fetching Your Proxy

When you fetch a proxy, TMProxy returns a set of fields:

  • public_ip — the public IP address of the proxy.
  • https — the connection string for the HTTP/HTTPS protocol (in ip:port format).
  • socks5 — the connection string for the SOCKS5 protocol (in ip:port format).
  • username / password — the proxy authentication credentials.
  • isp_name / location_name — the ISP and region of the IP.
  • timeout — the proxy session lifetime (0 means unlimited, governed by your plan).
  • next_request — the minimum remaining time before you can rotate to a new IP.

Most software expects the proxy in IP:Port:Username:Password format. Choose the protocol (HTTP or SOCKS5) based on your tool — SOCKS5 is generally more stable for applications and games.

Five Ways to Connect: Manager, Extension, Mobile, Anti-Detect, API

TMProxy provides dedicated supporting software so you can use proxies conveniently on any platform. Here is each method in detail.

TMProxy Manager (Hold a Fixed IP on PC)

TMProxy Manager is a Windows application designed to keep your IP fixed and automatically rotate the IP when your plan's session time expires. How to use it:

  1. Download TMProxy Manager from the official documentation page and extract it.
  2. Open the application and log in with your API key.
  3. The application opens a local proxy port on your machine — for example 127.0.0.1:port.
  4. Point your browser or application to that local port. Manager will forward all traffic through the TMProxy proxy and keep the IP stable throughout the session.

This is the best choice when you need an IP that stays fixed for long-running tasks.

TMProxy Extension (One Proxy per Browser Window)

The TMProxy browser extension lets you assign a separate proxy to each individual browser window — extremely useful when managing multiple accounts on the same machine. How to use it:

  1. Install the extension from the Chrome Web Store or Firefox Add-ons (search for "TM Proxy").
  2. Open the extension, enter your proxy details or log in.
  3. Assign a proxy to each window or profile — every window exits to the internet through a different IP.

How to Set Up a Proxy in Google Chrome

On Android, Emulators, and iPhone/iPad

On mobile devices, the most common approach is manually configuring the proxy in WiFi settings:

  • Android & emulators (LDPlayer, NoxPlayer, etc.): Open the settings for your connected WiFi network → modify network → set Proxy to "Manual" → enter the Host (proxy IP), Port, and if required, username and password.
  • iPhone/iPad (iOS): Go to Settings → Wi-Fi → tap (i) next to your connected network → Configure Proxy → Manual → enter the Server, Port, enable authentication, and enter the username and password if needed.

Tip: on mobile, consider using IP whitelisting (ip_allow) or choosing the appropriate protocol for a more stable connection.

Guide to Setting Up a Proxy for WiFi

Anti-Detect Software (AdsPower, Hidemium, GenLogin, MoreLogin, BitBrowser)

This is the most popular method among MMO marketers for running multiple accounts. The general process is the same across all anti-detect applications:

  1. Fetch your proxy from TMProxy: IP, Port, Username, Password and select the HTTP or SOCKS5 protocol.
  2. In the anti-detect software, create a new profile → navigate to the Proxy section.
  3. Select the proxy type (HTTP/SOCKS5), and fill in the Host (IP), Port, Account, and Password.
  4. Click Check Proxy to confirm the IP and location, then save the profile.

TMProxy has dedicated guides for each application (AdsPower, Hidemium, FoxyProxy, GenLogin, MoreLogin, BitBrowser) available in the official documentation.

One Proxy per Account
When nurturing accounts with anti-detect software, always assign **one proxy/IP per profile** and keep it consistent. Stacking multiple accounts on a single IP — even a residential one — is a suspicious signal that can easily trigger account bans.

Using the API for Automation

For those who need full automation, TMProxy provides a straightforward API. The two most important endpoints are:

  • get-new-proxy — fetch a new proxy (rotate IP). Send a POST request to https://tmproxy.com/api/proxy/get-new-proxy with a JSON body containing api_key, id_location, and id_isp.
  • get-current-proxy — retrieve your current proxy without rotating. Send a POST request to https://tmproxy.com/api/proxy/get-current-proxy with your api_key.

Example — fetching a new proxy with cURL:

curl -X POST https://tmproxy.com/api/proxy/get-new-proxy \
  -H "Content-Type: application/json" \
  -d '{"api_key":"API_KEY_CUA_BAN","id_location":0,"id_isp":0}'

The response returns https, socks5, username, password, timeout, next_request, and more — ready to be fed directly into your tool. Other available endpoints include location (list of regions), isp (list of ISPs), note, and stats.

How to Rotate and Hold Your IP

This is the most important section for using proxies correctly:

  • Rotate IP: Call get-new-proxy, or click the rotate button in the dashboard or Manager. Watch the next_request field — if the cooldown has not elapsed, the system will return the current IP instead of a new one.
  • Hold IP (sticky): Use TMProxy Manager or a sticky-IP plan to keep a fixed IP for your entire working session. Ideal for account nurturing.
  • Scheduled rotation: TMProxy supports automatic IP rotation at set intervals — perfect for scraping workflows that need regular IP cycling.

The golden rule: rotate IPs for crawling; hold IPs for account nurturing.

What Is a Rotating Proxy and When Should You Use One

Troubleshooting Common Issues

When a proxy is not working, check in the following order (per TMProxy's official guidelines):

  1. Verify your API key (token) is still valid.
  2. Check your IP whitelist — if you are using ip_allow, make sure you have declared your machine's current public IP correctly.
  3. Confirm the correct protocol — using HTTP while configured for SOCKS5 (or vice versa) will prevent the connection from working.
  4. Ensure your plan has not expired.
  5. Disable IPv6 / add an exclusion for the application if it is being blocked by a firewall or Windows Security.
  6. Contact support if the issue persists — TMProxy provides 24/7 technical support.

TMProxy Proxy Service — Review & Pricing Plans

Conclusion: Using TMProxy is highly flexible: run TMProxy Manager to hold a fixed IP, use the Extension to assign a different proxy to each browser window, configure WiFi settings on mobile, integrate with anti-detect software for MMO workflows, or call the API for full automation. Once you understand the proxy format and the mechanics of rotating versus holding an IP, you can get the most out of TMProxy's Vietnamese residential proxies.

Sources & References
1. [TMProxy — Supporting Software Documentation](https://docs.tmproxy.com/phan-mem-ho-tro-cua-tmproxy/) 2. [TMProxy — API get-new-proxy](https://docs.tmproxy.com/tmproxy-apis/get-new-proxy/) 3. [TMProxy — Homepage](https://tmproxy.com)

Frequently Asked Questions

What are the steps to use TMProxy?
Five steps: (1) Register a TMProxy account; (2) Purchase a suitable proxy plan; (3) Retrieve your API key from the dashboard; (4) Fetch your proxy (in IP:port:user:pass format along with https and socks5 connection strings); (5) Plug the proxy into your browser, phone, anti-detect software, or call it via API. The whole process takes just a few minutes.
What is TMProxy Manager used for?
TMProxy Manager is a Windows application that keeps your IP fixed without changing and automatically rotates the IP when the session time on your plan expires. You download the software, log in with your API key, and it opens a local proxy port on your machine so other applications can connect through it.
How do I change my IP on TMProxy?
You can change your IP through the dashboard, via TMProxy Manager, or by calling the get-new-proxy API endpoint. Note that the next_request field indicates the minimum remaining time before you can rotate again; if you call for a new IP too soon, the system will return the current IP instead of a new one.
What protocols does TMProxy support?
TMProxy supports both HTTP/HTTPS and SOCKS5 for residential, datacenter, and ISP proxies. When you fetch a proxy, the API returns both the https and socks5 connection strings so you can choose the protocol that best fits your tool.
Can I use TMProxy without entering a username and password?
Yes. TMProxy supports IP whitelisting via the ip_allow field: declare your machine's public IP and you can then use the proxy without entering a username and password (IPv4 only). This is convenient when plugging the same proxy into multiple tools simultaneously.

article.share