Login

本产品非翻墙产品,仅支持在中国大陆以外的网络环境下购买和使用

OR

Email

Please enter a valid email

Password

icon icon
Please enter a valid password

Don't have an account?Free Registration

Register

本产品非翻墙产品,仅支持在中国大陆以外的网络环境下购买和使用

OR

Email

Please enter a valid email

Password

icon icon
Please enter a valid password

Invitation Code (Optional)

注册并创建账户,即表示我同意并接受我们的服务协议隐私条款 By registering and creating an account, I agree to and accept our Terms of Service and Privacy Policy.

Already have an account?

Forgot Password?

Email

Please enter a valid email

Verification Code

Please enter a valid verification code

New Password

icon icon
Please enter a valid password

Password recovered?

Quick Start Guide

Set up residential and datacenter proxies, support HTTP/HTTPS and SOCKS5, username/password and IP whitelist with global nodes.

📚 Documentation Navigation

🚀 Getting Started

Account Registration & Setup

Register Account

Visit our registration page to create your proxy service account. Fill in the required information and verify your email address.

Choose Plan

Select the appropriate plan based on your needs. We offer various plan options, including pay-per-traffic and monthly packages.

Get Authentication Info

Log into the control panel and get your proxy server address, port, and authentication credentials from the "Proxy Settings" page.

Tip: Please keep your authentication information secure and do not share it with others. If you suspect information leakage, please reset your password immediately in the control panel.

🔐 Authentication

Username/Password Authentication

We support standard username/password authentication. You can view and manage your authentication credentials in the control panel.

        Proxy Server: proxy.example.com
        Port: 8080
        Username: your_username
        Password: your_password
            

IP Whitelist Authentication

For enhanced security, you can set up an IP whitelist. Only IP addresses in the whitelist can use your proxy service.

Note: After enabling IP whitelist, please ensure your server IP address is added to the whitelist, otherwise you may not be able to use the proxy service normally.

🌐 Protocol Support

Our proxy service supports multiple protocols to meet different usage scenario requirements.

HTTP/HTTPS

  • Suitable for web browsing and API calls
  • Supports SSL encrypted transmission
  • Best compatibility
  • Simple configuration

SOCKS5

  • Supports TCP and UDP protocols
  • Better performance
  • Supports more application types
  • Recommended for advanced users

Protocol Selection Guide

HTTP/HTTPS: Suitable for web scraping, API calls, SEO tools, etc.

SOCKS5: Suitable for applications requiring higher performance, such as gaming, P2P downloads, email clients, etc.

🔧 Integration Guide

Python Example

    import requests

    proxies = {
        'http': 'http://username:[email protected]:8080',
        'https': 'http://username:[email protected]:8080'
    }

    response = requests.get('https://httpbin.org/ip', proxies=proxies)
    print(response.json())
            

Node.js Example

const axios = require('axios');

const proxy = {
    host: 'proxy.example.com',
    port: 8080,
    auth: {
        username: 'your_username',
        password: 'your_password'
    }
};

axios.get('https://httpbin.org/ip', { proxy })
    .then(response => console.log(response.data))
    .catch(error => console.error(error));
            

cURL Example

curl -x http://username:[email protected]:8080 https://httpbin.org/ip
            

Browser Configuration

Most modern browsers support proxy configuration. You can configure proxy servers in your browser's network settings.

Chrome Browser

Settings → Advanced → System → Open your computer's proxy settings

Firefox Browser

Settings → Network Settings → Manual proxy configuration

📞 Technical Support

If you encounter any issues during use, please feel free to contact our technical support team.

Contact Us via Telegram

You can also contact us via Telegram. Please note: we will never accept any payment or transfer through Telegram. Stay alert for scams.

https://t.me/www361proxy