grid_view

fixedFPN

Getting Started with fixedFPN

Learn how to set up and configure fixedFPN VPN service for your organization. This guide covers everything from initial setup to advanced configurations.

Installation

fixedFPN supports multiple platforms and protocols. Choose your preferred setup method below.

desktop_windows

Windows

Download and install the Windows client

laptop_mac

macOS

Install via App Store or DMG

terminal

Linux

Install via package manager

Windows Installation

PowerShell
1 # Download the installer
2 Invoke-WebRequest -Uri "https://fixedFPN.online/downloads/windows" -OutFile "fixedFPN-setup.exe"
3
4 # Run the installer
5 Start-Process "fixedFPN-setup.exe"

Linux Installation

Bash
1 # Ubuntu/Debian
2 curl -fsSL https://fixedFPN.online/install.sh | sudo bash
3
4 # Or install via apt
5 sudo apt update
6 sudo apt install fixedfpn-client

Quick Setup

After installation, configure your connection using your account credentials.

info

Important

You'll need your API credentials from your dashboard. Navigate to Settings → API Keys to generate your access token.

Configuration File

content_copy
1 {
2 "apiKey": "your-api-key-here",
3 "staticIP": "45.128.2.140",
4 "protocol": "wireguard",
5 "location": "de-frankfurt",
6 "autoConnect": true
7 }

Static IP Management

Manage your dedicated static IP addresses through the dashboard or API.

Requesting a New IP

  1. Log into your fixedFPN dashboard
  2. Navigate to "My IPs" section
  3. Click "Request New IP"
  4. Select your desired location
  5. Choose the protocol (WireGuard recommended)
  6. Confirm your request

IP Rotation Policy

You can rotate your static IP locations once every 30 days at no additional charge.

  • Free rotation: Once per 30 days
  • Immediate rotation: Contact support for priority processing
  • Enterprise plans: Unlimited rotations

VPN Protocols

fixedFPN supports three major VPN protocols. Choose based on your security and performance requirements.

flash_on

WireGuard

Modern, fast, and secure. Recommended for most users.

  • ✓ Fastest performance
  • ✓ Latest encryption
  • ✓ Low battery usage
verified

OpenVPN

Industry standard, highly reliable and compatible.

  • ✓ Universal compatibility
  • ✓ Battle-tested
  • ✓ Firewall-friendly
smartphone

IKEv2

Excellent for mobile devices and unstable connections.

  • ✓ Auto-reconnect
  • ✓ Mobile optimized
  • ✓ NAT traversal

API Reference

Integrate fixedFPN into your applications using our RESTful API.

Authentication

All API requests require an API key in the Authorization header.

HTTP Request content_copy
1 GET https://api.fixedfpn.online/v1/ips
2 Authorization: Bearer your-api-key
3 Content-Type: application/json

Common Endpoints

GET /v1/ips 200 OK

List all your static IP addresses

POST /v1/ips/request 201 Created

Request a new static IP address

GET /v1/locations 200 OK

Get available server locations

PUT /v1/ips/{id}/rotate 200 OK

Rotate an existing static IP to a new location

Troubleshooting

error Connection Failed

If you cannot establish a VPN connection:

  • Check your API key is valid
  • Verify firewall settings allow VPN traffic
  • Try switching to a different protocol
  • Ensure your subscription is active

warning Slow Connection Speed

If experiencing slow speeds:

  • Switch to a geographically closer server
  • Try WireGuard protocol for better performance
  • Check if bandwidth limit has been reached
  • Test your base internet speed without VPN

help Still Need Help?

Contact our 24/7 support team: