Home Integration Guide What if I Don’t See TickCaptcha in My Software/Bot

What if I Don’t See TickCaptcha in My Software/Bot

Last updated on Jan 05, 2025

TickCaptcha can be easily integrated with any program or script that requires CAPTCHA-solving. Explore the different integration methods available for TickCaptcha and choose the one that best fits your requirements.

Step 1: Choose a Supported CAPTCHA Solver

In your program, select a CAPTCHA solver we support: 2Captcha.

Step 2: Add Your API Key

Enter your TickCaptcha API key into the relevant field in your program. This key allows you to send CAPTCHA-solving requests through TickCaptcha.

Step 3: Match TickCaptcha’s IP Address

Finally, match our IP address with another service so TickCaptcha can receive CAPTCHA tasks from supported platforms. Follow the steps below for your operating system:

For Windows:

Go here: C:\Windows\System32\drivers\etc\ and find the file hosts. Open it with Notepad and add the following lines to the document end:

TickCaptcha.com begin#

167.235.111.219 rucaptcha.com

167.235.111.219 2captcha.com

TickCaptcha.com end#

Try visiting any of these domains. If everything is correct, a white page will open. If you can't do it, contact support: we will help you with all configurations.

For Linux:

In the application window, enter the command for opening Nano text editor: sudo nano /etc/hosts

After you enter the command, click Enter. Now you are in Nano text editor.

Add the following lines to the document end:

TickCaptcha.com begin###

167.235.111.219 rucaptcha.com

167.235.111.219 2captcha.com

TickCaptcha.com end####

After changes are made, click Ctrl+X and then Y to apply them. Try visiting any of these domains. If everything is correct, a white page will open. If you can't do it, contact support: we will help you with all configurations.