LogoLogo
  • Documentation
  • Intergrations
  • Changelog
  • OVERVIEW
  • GETTING STARTED
    • Download 9Proxy
    • Quick Start
      • Configure Proxy on macOS/Windows
      • Configure Proxy on Linux
      • Use Proxies on Two or More Devices
    • Advanced Settings
      • For macOS/Windows
        • Set Up a Custom Port Range
        • Auto Rotation Proxy
        • Auto Refresh Proxy
        • Port Configuration
        • Sub-Accounts
        • Share Code / Use Code
        • Set Up a Non-Repeated Proxy
        • Bind IP to Port
      • For Linux
        • Sign In to 9Proxy Account
        • Command References
        • Set Up Starting Port & Port range
        • Auto Refresh Proxy
        • Proxy Authentication
        • Start API
  • API REFERENCES
    • Proxy API
    • Today List API
    • Port API
  • BILLING & PAYMENT
    • Cryptocurrency
    • 9Proxy Wallet
    • Local Payment
    • Credit Card
    • Google Pay
  • ACCOUNT MANAGEMENT
    • Account Deletion
  • TROUBLESHOOTING
    • IP Location Does Not Match
    • Speed Issues
On this page
  • Start 9Proxy
  • Sign In To Your Account
  • Get Proxies
  • Option 1: Get a Random IP by Country
  • Option 2: Select a Specific IP via Interface
  • View and Manage Proxies
  • Configure Localhost Proxy Settings

Was this helpful?

  1. GETTING STARTED
  2. Quick Start

Configure Proxy on Linux

PreviousConfigure Proxy on macOS/WindowsNextUse Proxies on Two or More Devices

Last updated 1 month ago

Was this helpful?

This guide will show you step-by-step how to get and use IPs with 9Proxy on Linux.

Start 9Proxy

Run the following command to start 9Proxy:

systemctl start 9proxyd

To make 9Proxy start automatically on system boot, run:

systemctl enable 9proxyd

If this command is executed, you won't need to manually start 9Proxy each time.

Sign In To Your Account

Follow the instructions to sign in.

Get Proxies

Option 1: Get a Random IP by Country

Use this command to select a random IP from a specific country and assign it to a port:

9proxy proxy -c [country_code] -p [port]
  • [country_code]: The 2-letter country code (e.g., US, FR, JP).

  • [port]: Choose a port between 60000 and 60009 by default. You can change this range if needed.

Option 2: Select a Specific IP via Interface

Use this command:

9proxy proxy -u

Press F to enter search criteria (country, city, ISP, etc.) and select Done.

On the list, navigate to the IP you want and press Enter.

Choose "Forward to a port" or "Forward to all ports", and press Enter.

View and Manage Proxies

  • Check IP & Port Status: Press Ctrl + P

  • Kill a Specific Port: Press Ctrl + K

  • Kill All Ports: Press Ctrl + A

  • Test Port Connectivity: Press Ctrl + T

Configure Localhost Proxy Settings

To use the selected proxy in your application or browser:

  • Proxy IP: 127.0.0.1

  • Proxy Port: The port you selected (e.g., 60000)

Example

If you forwarded your proxy to port 60001, you will connect to: 127.0.0.1:60001.

here