a free, robust SOCKS4 and SOCKS5 proxy server, secure by default with per instance credentials
Dante is a free, circuit level SOCKS proxy server from Inferno Nettverk. It runs the sockd daemon as a self hosted SOCKS4 and SOCKS5 forward proxy you run and control in your own account, so you can centralise and gate outbound traffic, reach internal services over an authenticated tunnel, or give automation a controlled proxy endpoint you own.
The cloudimg image ships secure by default: it is never an open relay. Every SOCKS request must authenticate, source access is restricted to loopback and private ranges out of the box, and a unique proxy username and password are generated on each instance first boot into a root only file, never baked or shared. The daemon runs least privilege under systemd and restarts on failure, paired with a deploy guide and 24/7 cloudimg support.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## Overview
Dante is a free, robust circuit-level SOCKS proxy server from Inferno Nettverk. This AMI runs the sockd daemon as a self-hosted SOCKS4 and SOCKS5 forward proxy you run and control entirely in your own AWS account, delivered fully installed and hardened so an authenticated proxy is serving within minutes of launch.
## Why This Image vs a Manual Install
A SOCKS proxy that is safe to expose takes real work: installing and configuring the daemon, authoring an authentication method, writing source access rules so it is not an open relay, and provisioning per-deployment credentials. This image completes every one of those steps at build time. It never ships a default or shared credential, and it is never an open proxy. Launch the instance, read your unique credential, point your client at the SOCKS port, and you are proxying.
## Application Stack
sockd is installed from the distribution repository and runs under systemd, answering SOCKS4 and SOCKS5 on TCP port 1080. The daemon starts privileged only long enough to authenticate against the system password database, then drops to an unprivileged account for the relay children. systemd starts it on boot and restarts it on failure.
## Security Hardening
This image follows a defence-in-depth approach:
Buyers requiring formal compliance documentation should contact cloudimg to discuss specific requirements.
## Concrete Use Cases
## AWS Integration
Deploy on any EC2 instance type. The proxy listens on port 1080; open that port in the security group only to the client ranges you trust, and widen the in-proxy source access rules to match. Back up your configuration with EBS snapshots. Place the instance in a private subnet with a NAT or internet gateway to act as a controlled egress point.
## Getting Started
Read your credential from the root-only file, point your SOCKS-aware client or application at the instance on port 1080 with the generated username and password, and your traffic is proxied. Widen the source access rules in the configuration file to admit your own client networks.
## cloudimg Support
24/7 technical support by email and chat. Help with deployment, source access rules and client ranges, authentication configuration, egress design, and backup planning.