Skip to main content

Connecting to the Server

Abdal provides a dedicated client with GUI support and SOCKS5 server creation. For the best experience, use the official client:

Download: Abdal 4iProto Client

Platform-specific options are listed in Clients Overview.

Alternative: Standard SSH Connection

You can also connect with a standard SSH client using dynamic forwarding:

ssh -D 1080 username@server_ip -p 22

Replace:

  • username with an account from users.json
  • server_ip with your server address
  • 22 with one of the ports from server_config.json when you are not using port 22

After Connection

Configure applications to use the local SOCKS proxy endpoint exposed by your client. Details are in SOCKS Proxy Usage.