Skip to main content

amule.conf

amule.conf is aMule's main configuration file. It stores every preference that can be set through the Preferences dialog, plus internal state such as window geometry and table column widths.

Location:

PlatformPath
Linux / Unix~/.aMule/amule.conf
macOS~/Library/Application Support/aMule/amule.conf
Windows%APPDATA%\aMule\amule.conf

A backup copy is written to amule.conf.bak each time the file is saved.

Format

amule.conf uses standard Windows INI format:

  • Settings are key=value pairs, one per line.
  • Keys are grouped into sections identified by [SectionName] headers.
  • Any text following a # character is a comment and is ignored.
  • Boolean keys use 0 (false / disabled) and 1 (true / enabled).
  • 0 for speed limits means unlimited.
  • Passwords are stored as MD5 hashes.

aMule writes this file on exit and reads it on startup. Manual edits take effect on the next startup.

[eMule] section

The primary section. Contains the majority of user-facing preferences.

General

KeyDefaultDescription
AppVersionaMule 2.x.xaMule version string. Written by aMule; do not edit manually.
Nickhttps://amule-org.github.ioUsername displayed to other clients on the network.
Language(empty)UI language code (e.g. de, en_GB). Empty = system default.
NewVersionCheck1Check for new aMule releases at startup.
StartupMinimized0Start aMule minimized to the taskbar.
ConfirmExit1Show a confirmation dialog when closing aMule.
EnableTrayIcon0Show a system tray icon.
MinToTray0Minimize to the tray icon instead of the taskbar. Requires EnableTrayIcon=1.
Notifications0Show balloon notifications from the system tray icon.
ToolTipDelay1Seconds before the tray icon tooltip appears.
Address(empty)Hostname or IP address of this machine (optional; used if aMule cannot detect it).
YourHostname(empty)Hostname used when building eD2k source links for this client.
DateTimeFormat%A, %x, %Xstrftime-style format string for dates and times in the UI.
AllcatType0Category display mode for the "All" category tab.
ShowAllNotCats0Show uncategorised files when a category tab is selected.
SplitterbarPosition75Position (percentage) of the splitter bar in the Downloads window.

Connection

KeyDefaultDescription
MaxDownload0Maximum download speed in KiB/s. 0 = unlimited.
MaxUpload0Maximum upload speed in KiB/s. 0 = unlimited.
SlotAllocation2Target speed per upload slot in KiB/s.
Port4662Standard eD2k client TCP port.
UDPPort4672Extended client UDP port (used for extended server requests and Kademlia).
UDPEnable1Enable the UDP port. Setting to 0 reduces performance but frees the UDP port.
MaxSourcesPerFile300Maximum number of sources remembered per file.
MaxConnections500Maximum number of simultaneous connections. The default is derived from the operating system's connection (file-descriptor) limit; 500 is used when that limit is high or cannot be determined, otherwise a lower value is chosen.
MaxConnectionsPerFiveSeconds20Maximum number of new connections to establish per 5-second window.
ConnectToED2K1Enable the eD2k network.
ConnectToKad1Enable the Kademlia network.
Autoconnect1Connect to enabled networks when aMule starts.
Reconnect1Reconnect automatically after losing a server connection.
ShowOverhead0Show protocol overhead bandwidth in the status bar.
UPnPEnabled0Enable UPnP to automatically open the eD2k TCP port (Port) on your router.
UPnPTCPPort50000Internal UPnP TCP port used for UPnP communication.

Server

KeyDefaultDescription
RemoveDeadServer1Remove servers that repeatedly fail to connect or respond.
DeadServerRetry3Number of failures allowed before a server is removed. The server is removed after DeadServerRetry + 1 failures.
Serverlist0Auto-update the server list from external URLs at startup.
AddServerListFromServer0Request the server's full server list after connecting.
AddServerListFromClient0Add the server of a connecting client to the server list if it is unknown.
Scoresystem1Use the server priority (score) system.
SmartIdCheck1Use the smart Low ID check when connecting (detects Low ID quickly).
SafeServerConnect0Connect to servers one at a time. Disabling allows two simultaneous connection attempts.
AutoConnectStaticOnly0Auto-connect only to servers marked as static.
ManualHighPrio0Assign High Priority to servers you add manually.
ServerKeepAliveTimeout0Interval in minutes for pinging the connected eD2k server to prevent disconnection. 0 disables keep-alive pings.
Ed2kServersUrlhttps://upd.emule-security.org/server.metURL to download server.met updates from. Used when auto-update is enabled. Supports http://, https://, and ftp://.

Files

KeyDefaultDescription
ICH1Enable Intelligent Corruption Handling (ICH).
AICHTrust0Trust every AICH hash received without verification. Leaving this 0 is recommended.
AddNewFilesPaused0Add new downloads in paused state.
DAPPref1Set the priority of new downloads to Auto (Dynamic Auto-Priority).
PreviewPrio0Always download the first and last chunks of a file first (useful for previewing video).
UAPPref1Set the share priority of newly completed or newly shared files to Auto (Upload Auto-Priority).
StartNextFile0Automatically resume the highest-priority paused file when a download completes.
StartNextFileSameCat0When StartNextFile=1, resume from the same category first.
StartNextFileAlpha0When StartNextFile=1, resume the next file in alphabetical order instead of by priority.
CheckDiskspace1Monitor free disk space and pause downloads when space falls below MinFreeDiskSpace.
MinFreeDiskSpace1Minimum free disk space in MiB before downloads are paused (requires CheckDiskspace=1).
AllocateFullFile0Pre-allocate the full file size on disk when a download starts. Prevents fragmentation but uses disk space immediately.
CreateSparseFiles1Create sparse files for in-progress downloads on supported filesystems (Linux/NTFS). Saves disk space when AllocateFullFile=0.
note

The keys ExecOnCompletion and ExecOnCompletionCommand existed in aMule 2.2.x and earlier. They were removed and replaced by the [UserEvents] section in current versions. See the [UserEvents] section below.

Directories

KeyDefaultDescription
IncomingDir~/.aMule/IncomingDirectory where completed downloads are moved.
TempDir~/.aMule/TempDirectory for in-progress downloads (*.part files).
ShareHiddenFiles0Include hidden files when sharing the contents of shared directories.
AutoRescanSharedDirs1Automatically rescan shared directories for new or removed files using a filesystem watcher. When disabled, you must click "Reload shared files" manually.
FollowSymlinksInShares1Follow symbolic links (to files or directories) when scanning shared folders. When disabled, symlinked entries are skipped.
VideoPlayer(empty)Command used to preview audio/video files. The filename is appended at the end.

Network URLs

KeyDefaultDescription
KadNodesUrlhttps://upd.emule-security.org/nodes.datURL to download a fresh nodes.dat for Kademlia bootstrap. Supports http://, https://, and ftp://.

Online Signature

These keys control the signature files read by the cas / wxcas statistics tools.

KeyDefaultDescription
OnlineSignature0Enable writing of amulesig.dat and onlinesig.dat.
OnlineSignatureUpdate5Interval in seconds between signature file updates.
OSDirectory~/.aMule/Directory where the signature files are written.

Message Filter

KeyDefaultDescription
FilterMessages1Enable message filtering.
FilterAllMessages0Ignore all incoming messages.
MessagesFromFriendsOnly0Ignore messages from users not in the friends list.
MessageFromValidSourcesOnly1Ignore messages from clients not in any upload or download queue.
FilterWordMessages0Ignore messages containing words from MessageFilter.
MessageFilter(empty)Comma-separated list of words to filter.
ShowMessagesInLog1Also log incoming chat messages to logfile.
AdvancedSpamFilter1Enable the advanced spam filter (heuristic detection of spam messages).
MessageUseCaptchas1Require new contacts to solve a CAPTCHA before their messages are shown. Requires AdvancedSpamFilter=1.
FilterComments0Filter file comments containing words from CommentFilter.
CommentFilter(empty)Comma-separated list of words to filter in file comments.

Security

KeyDefaultDescription
SeeShare2Who can see your shared files list. 0 = everyone, 1 = friends only, 2 = nobody.
IPFilterAutoLoad1Download and apply the IP filter from IPFilterURL at startup.
IPFilterURL(empty)URL to download the IP filter from. Supports http://, https://, and ftp://.
FilterLevel127IP filter level (0–255). Ranges whose access level is less than this value are blocked.
FilterLanIPs1Always block LAN IP addresses (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16).
ParanoidFiltering1Paranoid handling of non-matching IPs: reject a packet if the client IP differs from the IP it was received from.
IPFilterSystem0Fall back to the system-wide ipfilter.dat if the local file cannot be loaded.

GeoIP

KeyDefaultDescription
GeoIPEnabled1Show country flags next to clients and servers (requires GeoLite2-Country.mmdb).
GeoLiteCountryUpdateUrl(empty)Direct URL to a .mmdb or .mmdb.gz database (the auto-updater does not handle .tar.gz, so MaxMind's official download URL is unsupported). No GUI field — edit this file directly. Leave empty to manage the database manually (a free MaxMind account is required to download it).

Statistics

Settings behind the Statistics window's graphs and tree.

KeyDefaultDescription
StatGraphsInterval3Graph update interval in seconds.
StatsAverageMinutes5Time window (minutes) used to calculate running average in graphs.
VariousStatisticsMaxValue100Maximum connections value shown in the connections graph (the Connections Graph Scale).
DownloadCapacity300Maximum download speed (KiB/s) the download graph represents (the Download graph scale). Also drives the tray-icon speed bar; does not throttle transfers.
UploadCapacity100Maximum upload speed (KiB/s) the upload graph represents (the Upload graph scale). Also drives the tray-icon speed bar; does not throttle transfers.
statsInterval30Statistics tree update interval in seconds.
StatsServerNameShorty's ED2K statsDisplay name of the external ED2K stats server used for file lookups.
StatsServerURLhttps://ed2k.shortypower.org/?hash=URL prefix for the external stats server. The file hash is appended.
StatColor0StatColor14(various)RGB colour values for the 15 statistics graph elements.

Interface

KeyDefaultDescription
AutoSortDownloads0Continuously re-sort the download list (high CPU usage; not recommended).
ShowInfoOnCatTabs1Show file counts on category tabs.
ShowRatesOnTitle0Show transfer speeds in the window title. 0 = off, 1 = after app name, 2 = before app name.
ShowVersionOnTitle0Show the aMule version in the window title (release builds only).
VerticalToolbar0Show the toolbar vertically instead of horizontally.
3DDepth103D rounding depth of the progress/chunk bars in the download, sources and shared-files lists (the Progress bar style slider, Flat↔Round). 0 = flat.

Advanced

KeyDefaultDescription
FileBufferSizePref16Maximum memory per file for write buffering, in KiB.
QueueSizePref50Maximum number of clients in the upload queue (multiplied by 100 internally).
ServerKeepAliveTimeout0Interval in minutes for server keep-alive pings (see Server section).
DropSlowSources0Drop slow sources when the source queue is full, to make room for faster ones.

Debugging

KeyDefaultDescription
VerboseDebug0Enable verbose debug logging to logfile. When enabled, additional message categories can be selected in the Debugging preferences panel. Only available in debug builds.
VerboseDebugLogfile0Also write verbose debug output to logfile (in addition to the UI log). Only available in debug builds.

Internal / layout

These keys are managed by aMule. Editing them manually is not recommended.

KeyDescription
SmartIdStateCached result of the Smart ID check (internal state).
TableOrdering<Name>, TableWidths<Name>Column sort order and widths for each list. <Name> is the list name: Server, Download, Shared, Search, Sources, Peers.

[Browser] section

Browser selection for opening web links from within aMule.

KeyDefaultDescription
OpenPageInTab1Open links in a new tab when possible.
CustomBrowserString(empty)Command for a custom browser. On macOS the default is /usr/bin/open.

[ExternalConnect] section

External Connections (EC) settings used by remote tools (amuleweb, amulecmd, amulegui), plus several display and security preferences.

KeyDefaultDescription
AcceptExternalConnections0Enable the EC interface so that remote tools can connect.
ECAddress(empty)IP address on which aMule listens for EC connections. Empty = listen on all interfaces.
ECPort4712TCP port for EC connections.
ECPassword(empty)MD5 hash of the EC password.
UPnPECEnabled0Enable UPnP to automatically open the EC port (ECPort) on your router.
UseSecIdent1Enable Secure User Identification.
UseSrcSeeds0Save sources for rare files (corresponds to "Save 10 sources on rare files" in Files preferences).
IpFilterClients1Apply the IP filter to client connections.
IpFilterServers1Apply the IP filter to server connections.
ShowPercent1Show completion percentage in the download list.
ShowProgressBar1Show the chunk availability progress bar in the download list.
TransmitOnlyUploadingClients0Only transmit data for clients that are actively uploading to you.

[WebServer] section

amuleweb built-in web server settings.

KeyDefaultDescription
Enabled0Start the amuleweb server automatically when aMule launches.
Port4711Port on which amuleweb listens for browser connections.
PageRefreshTime120Browser page auto-refresh interval in seconds.
UseGzip1Enable gzip compression for web pages.
UseLowRightsUser0Enable the guest (low-rights) account.
Password(empty)MD5 hash of the administrator password.
PasswordLow(empty)MD5 hash of the guest password.
Template(empty)Web template (skin) name. Empty = default template.
UPnPWebServerEnabled0Enable UPnP to automatically open the web server port (Port) on your router.
WebUPnPTCPPort50001Internal UPnP TCP port used for web server UPnP communication.
UPnPTCPPort50001Internal UPnP TCP port used by amuleweb when it runs as a standalone process (the web server embedded in aMule uses WebUPnPTCPPort).
PathamulewebPath or name of the amuleweb binary.

[Proxy] section

SOCKS5, SOCKS4, SOCKS4a, or HTTP proxy configuration. See Proxy for a full explanation of how the proxy feature works.

KeyDefaultDescription
ProxyEnableProxy0Enable proxy use.
ProxyType0Proxy protocol: 0 = SOCKS5, 1 = SOCKS4, 2 = HTTP, 3 = SOCKS4a.
ProxyName(empty)Proxy hostname or IP address.
ProxyPort1080Proxy port.
ProxyEnablePassword0Enable proxy authentication.
ProxyUser(empty)Proxy username.
ProxyPassword(empty)Proxy password (stored in plain text).

[Obfuscation] section

Protocol obfuscation settings. Obfuscation makes aMule traffic harder to detect and throttle by ISPs.

KeyDefaultDescription
IsClientCryptLayerSupported1Support protocol obfuscation: accept obfuscated connections from peers that request it.
IsCryptLayerRequested1Request protocol obfuscation from peers when connecting to them.
IsClientCryptLayerRequired0Require obfuscation from all connecting peers; reject unobfuscated connections. Not recommended — reduces the number of reachable peers.
CryptoPaddingLenght254Maximum random padding length (bytes) added to TCP connections for obfuscation. Note: the key name contains a typo ("Lenght") that is preserved for compatibility.
CryptoKadUDPKey(random)Secret 32-bit key used for Kad UDP verification. Generated randomly on first run; do not edit manually.

[PowerManagement] section

KeyDefaultDescription
PreventSleepWhileDownloading0Prevent the operating system from suspending or sleeping while aMule has active downloads.

[Razor_Preferences] section

Fast eD2k links panel toggle and main window geometry.

KeyDefaultDescription
FastED2KLinksHandler1Show the Fast eD2k Links Handler panel in all windows, not only the Search window.
MAIN_X_POS, MAIN_Y_POS(varies)Main window position (pixels from screen edge).
MAIN_X_SIZE, MAIN_Y_SIZE(varies)Main window size in pixels.
Maximized1Whether the main window is maximised. Written automatically.
SRV_SPLITTER_POS(varies)Splitter position in the Servers window.

[UserEvents] section

Shell commands executed when specific events occur. This page documents only the file structure and keys; for the full description of each event, the available substitution variables, command syntax and ready-made example scripts, see the Events page.

note

aMule writes an empty [UserEvents] section header in the file before the event subsections. This is a wxFileConfig artifact (parent group written before child groups) and carries no configuration of its own.

Each event is stored as a subsection of [UserEvents]. For example, the "Download completed" event uses the section [UserEvents/DownloadCompleted]. Each event has four keys:

KeyDefaultDescription
CoreEnabled0Execute the core command when this event fires.
CoreCommand(empty)Shell command run by amuled or the monolithic amule binary.
GUIEnabled0Execute the GUI command when this event fires.
GUICommand(empty)Shell command run by the GUI component.

Events and their sections

SectionEvent
[UserEvents/DownloadCompleted]Download completed
[UserEvents/NewChatSession]New chat session started
[UserEvents/OutOfDiskSpace]Out of disk space
[UserEvents/ErrorOnCompletion]Error on completion

See the Events page for the substitution variables available to each event, the command syntax (aMule does not run commands through a shell) and ready-made example scripts.

[Statistics] section

KeyDefaultDescription
MaxClientVersions0Maximum number of client version entries to show in the statistics tree (0 = unlimited).

[SkinGUIOptions] section

KeyDefaultDescription
Skin(empty)Path to the skin .zip file used to customise aMule's bitmaps. Empty = no skin (default appearance). See Skins.

[GUI], [GUI/TransferWnd] and [GUI/SharedWnd] sections

Window and panel layout settings. Written and read by aMule automatically; not intended for manual editing.

KeyDefaultDescription
HideOnClose0Hide the main window to the tray instead of quitting when the window is closed. Requires EnableTrayIcon=1.
AppImageIntegrationDeclined0Set to 1 if the user has declined the AppImage .desktop integration prompt. Written automatically; do not edit.
[GUI/TransferWnd] Splitter463Vertical splitter position (pixels) in the Downloads window.
[GUI/TransferWnd] ShowClientList1Show the client list panel in the Downloads window.
[GUI/SharedWnd] Splitter463Vertical splitter position (pixels) in the Shared Files window.
[GUI/SharedWnd] ShowClientList1Show the client list panel in the Shared Files window.
[GUI/SharedWnd] ClientShowMode1Which clients the Shared Files client list shows. 0 = clients of all shared files, 1 = clients of the selected file only.

[General] section

Stores the number of download categories and their definitions.

KeyDefaultDescription
Count0Number of additional download categories (not counting the default "All" category).

Each category is stored as a [Cat#N] subsection (N = 1, 2, …):

KeyDescription
TitleCategory name.
IncomingDirectory where files in this category are saved.
CommentOptional notes.
ColorCategory colour (stored as a decimal integer).
PriorityDefault priority for downloads in this category.

[HTTPDownload] section

Internal cache written and managed by aMule automatically. Do not edit manually.

aMule uses this section to implement conditional GET: before downloading a file, it checks whether the URL matches the last successful download for that type. If it does and the local file exists, aMule sends an If-Modified-Since HTTP header — the server responds with 304 Not Modified if the file has not changed, saving bandwidth.

Each key stores the last URL that was successfully downloaded for one specific resource type:

KeyResource typeEnum value
URL_1IP filter (ipfilter.dat / ipfilter.zip)HTTP_IPFilter
URL_2Server list (server.met) — manual downloadHTTP_ServerMet
URL_3Server list (server.met) — auto-update from addresses.datHTTP_ServerMetAuto
URL_4Version check file (last_version_check)HTTP_VersionCheck
URL_5Kademlia nodes list (nodes.dat)HTTP_NodesDat
URL_6GeoIP database (GeoLite2-Country.mmdb)HTTP_GeoIP

Keys are only written after a successful download. A key that was never written (or whose URL has changed) simply causes a full download without the If-Modified-Since optimisation.

[Debug] section

Debug builds only

This section is only read and written by aMule when compiled with the __DEBUG__ flag (debug builds). It has no effect in release builds. See VerboseDebug and VerboseDebugLogfile in the [eMule] Debugging subsection for the release-build logging controls.

Each key enables or disables one debug log category. A value of 1 enables verbose output for that subsystem; 0 disables it. Categories only produce output when VerboseDebug=1 is also set in [eMule].

Key format: Cat_<name> where <name> is the exact category name, including spaces.

note

wxFileConfig (the INI library used by aMule) escapes spaces in key names with a backslash when writing to disk. A key like Cat_ED2k Client appears in the file as Cat_ED2k\ Client. Both forms refer to the same key; aMule reads and writes them correctly either way.

KeyDescription
Cat_GeneralGeneral warnings and errors not covered by a specific category.
Cat_HasherMain file-hashing thread.
Cat_ED2k ClientED2k client object lifecycle and state.
Cat_Local Client ProtocolPackets sent by this client (outgoing protocol traffic).
Cat_Remote Client ProtocolPackets received from remote clients (incoming protocol traffic).
Cat_Packet Parsing ErrorsErrors encountered while parsing incoming packets.
Cat_CFileCFile class: low-level file open/close/seek/read/write operations.
Cat_FileIOHigher-level file I/O (part files, known files).
Cat_ZLibzLib compression/decompression.
Cat_AICH-HasherAICH synchronisation thread (hashing).
Cat_AICH-TransferAICH hash-set exchange with remote clients.
Cat_AICH-RecoveryCorrupt chunk recovery using AICH.
Cat_ListenSocketTCP listen socket for incoming client connections.
Cat_CreditsCredit system: upload-ratio calculations, secure identification.
Cat_ClientUDPSocketClient UDP socket (extended server requests, Kad).
Cat_DownloadQueueDownload queue management and source handling.
Cat_IPFilterIP filter: range loading, lookups, and auto-updates.
Cat_KnownFileListKnown-files list: hash cache load/save.
Cat_PartFilesPart-file management: chunk state, verification, completion.
Cat_SHAHashSetSHA hash-set (AICH) creation and storage.
Cat_ServersED2k server connections and server list management.
Cat_ProxyProxy connection handling.
Cat_SearchingFile search requests and results.
Cat_ServerUDPServer UDP socket (extended server requests).
Cat_Client Kademlia UDPKademlia UDP communication initiated by this client.
Cat_Kademlia SearchKademlia file and keyword search.
Cat_Kademlia RoutingKademlia routing table (k-buckets, contact management).
Cat_Kademlia IndexingKademlia indexing: publish and store operations.
Cat_Kademlia Main ThreadKademlia main thread coordination.
Cat_Kademlia PreferencesKademlia configuration and preference handling.
Cat_PartFileConvertPart-file import/conversion tool.
Cat_MuleUDPSocketBase UDP socket class used by all UDP subsystems.
Cat_ThreadSchedulerThread scheduler: task queue and worker threads.
Cat_Universal Plug and PlayUPnP port mapping requests and responses.
Cat_Kademlia UDP Firewall TesterKademlia UDP firewall/NAT detection.
Cat_Kademlia Packet TrackingKademlia packet-level tracking (flood protection).
Cat_Kademlia Entry TrackingKademlia entry tracking (publish throttling).
Cat_External ConnectExternal Connections (EC) protocol: all packet traffic.
Cat_HTTPHTTP download requests and responses (server.met, nodes.dat, IP filter, GeoIP).
Cat_Asio SocketsBoost.Asio networking layer (socket events, async I/O).

The following keys existed in older versions of aMule and are automatically migrated or removed when an old amule.conf is loaded:

Old keyReplacementNotes
UDPDisableUDPEnableSemantics inverted. UDPDisable=1 becomes UDPEnable=0.
ExecOnCompletion[UserEvents/DownloadCompleted] CoreEnabledMigrated automatically on first load.
ExecOnCompletionCommand[UserEvents/DownloadCompleted] CoreCommandMigrated automatically on first load.
[SkinGUIOptions] UseSkinFiles[SkinGUIOptions] SkinKey renamed; empty string replaces the boolean disable state.
GeoIPUpdateUrlGeoLiteCountryUpdateUrlRenamed after MaxMind changed their licensing model.
[FakeCheck] Browser[Browser] OpenPageInTabSection renamed from [FakeCheck] to [Browser].

Complete example

The following is a representative amule.conf with current defaults. Paths will differ on your system.

[eMule]
AppVersion=aMule 2.3.3
Nick=https://amule-org.github.io
NewVersionCheck=1
StartupMinimized=0
ConfirmExit=1
EnableTrayIcon=0
MinToTray=0
Notifications=0
ToolTipDelay=1
MaxDownload=0
MaxUpload=0
SlotAllocation=2
DownloadCapacity=300
UploadCapacity=100
Port=4662
UDPPort=4672
UDPEnable=1
MaxSourcesPerFile=300
MaxConnections=500
ConnectToED2K=1
ConnectToKad=1
Autoconnect=1
Reconnect=1
ShowOverhead=0
UPnPEnabled=0
UPnPTCPPort=50000
RemoveDeadServer=1
DeadServerRetry=3
Serverlist=0
AddServerListFromServer=0
AddServerListFromClient=0
Scoresystem=1
SmartIdCheck=1
SafeServerConnect=0
AutoConnectStaticOnly=0
ManualHighPrio=0
ServerKeepAliveTimeout=0
Ed2kServersUrl=https://upd.emule-security.org/server.met
ICH=1
AICHTrust=0
AddNewFilesPaused=0
DAPPref=1
PreviewPrio=0
UAPPref=1
StartNextFile=0
StartNextFileSameCat=0
StartNextFileAlpha=0
CheckDiskspace=1
MinFreeDiskSpace=1
AllocateFullFile=0
CreateSparseFiles=1
IncomingDir=/home/user/.aMule/Incoming
TempDir=/home/user/.aMule/Temp
ShareHiddenFiles=0
AutoRescanSharedDirs=1
FollowSymlinksInShares=1
VideoPlayer=
KadNodesUrl=https://upd.emule-security.org/nodes.dat
StatGraphsInterval=3
StatsAverageMinutes=5
VariousStatisticsMaxValue=100
statsInterval=30
MaxConnectionsPerFiveSeconds=20
FileBufferSizePref=16
QueueSizePref=50
DropSlowSources=0
3DDepth=10
AutoSortDownloads=0
ShowInfoOnCatTabs=1
ShowRatesOnTitle=0
ShowVersionOnTitle=0
VerticalToolbar=0
SeeShare=2
IPFilterAutoLoad=1
IPFilterURL=
FilterLevel=127
FilterLanIPs=1
ParanoidFiltering=1
IPFilterSystem=0
GeoIPEnabled=1
GeoLiteCountryUpdateUrl=
OnlineSignature=0
OnlineSignatureUpdate=5
OSDirectory=/home/user/.aMule/
FilterMessages=1
FilterAllMessages=0
MessagesFromFriendsOnly=0
MessageFromValidSourcesOnly=1
FilterWordMessages=0
MessageFilter=
ShowMessagesInLog=1
AdvancedSpamFilter=1
MessageUseCaptchas=1
FilterComments=0
CommentFilter=
VerboseDebug=0
VerboseDebugLogfile=0
Language=
SplitterbarPosition=75
YourHostname=
DateTimeFormat=%A, %x, %X
AllcatType=0
ShowAllNotCats=0
Address=
StatsServerName=Shorty's ED2K stats
StatsServerURL=https://ed2k.shortypower.org/?hash=
StatColor0=4194304
StatColor1=16761024
StatColor2=8454016
StatColor3=53760
StatColor4=32768
StatColor5=8421631
StatColor6=200
StatColor7=140
StatColor8=16750230
StatColor9=12583104
StatColor10=8454143
StatColor11=0
StatColor12=8454016
StatColor13=53760
StatColor14=32768
TableOrderingServer=0
TableWidthsServer=150,140,25,150,25,40,45,60,40,40,80
TableOrderingDownload=0
TableWidthsDownload=260,60,65,65,65,170,50,55,70,110,220,220
TableOrderingSources=0
TableWidthsSources=150,275,100,60,65,60,60,110,100,100,100
TableOrderingShared=0
TableWidthsShared=250,100,50,70,220,100,100,120,120,120,220

[Browser]
OpenPageInTab=1
CustomBrowserString=

[ExternalConnect]
AcceptExternalConnections=0
ECAddress=
ECPort=4712
ECPassword=
UPnPECEnabled=0
UseSecIdent=1
UseSrcSeeds=0
IpFilterClients=1
IpFilterServers=1
ShowPercent=1
ShowProgressBar=1
TransmitOnlyUploadingClients=0

[WebServer]
Enabled=0
Port=4711
PageRefreshTime=120
UseGzip=1
UseLowRightsUser=0
Password=
PasswordLow=
Template=
UPnPWebServerEnabled=0
WebUPnPTCPPort=50001
UPnPTCPPort=50001
Path=amuleweb

[Proxy]
ProxyEnableProxy=0
ProxyType=0
ProxyName=
ProxyPort=1080
ProxyEnablePassword=0
ProxyUser=
ProxyPassword=

[Obfuscation]
IsClientCryptLayerSupported=1
IsCryptLayerRequested=1
IsClientCryptLayerRequired=0
CryptoPaddingLenght=254
CryptoKadUDPKey=0

[PowerManagement]
PreventSleepWhileDownloading=0

[Razor_Preferences]
FastED2KLinksHandler=1
MAIN_X_POS=217
MAIN_Y_POS=100
MAIN_X_SIZE=800
MAIN_Y_SIZE=600
Maximized=1
SRV_SPLITTER_POS=463

[UserEvents]

[UserEvents/DownloadCompleted]
CoreEnabled=0
CoreCommand=
GUIEnabled=0
GUICommand=

[UserEvents/NewChatSession]
CoreEnabled=0
CoreCommand=
GUIEnabled=0
GUICommand=

[UserEvents/OutOfDiskSpace]
CoreEnabled=0
CoreCommand=
GUIEnabled=0
GUICommand=

[UserEvents/ErrorOnCompletion]
CoreEnabled=0
CoreCommand=
GUIEnabled=0
GUICommand=

# [HTTPDownload] — written automatically by aMule after each successful download.
# Stores the last URL per resource type for conditional GET (If-Modified-Since).
# Do not edit manually.
[HTTPDownload]
URL_1=https://upd.emule-security.org/ipfilter.zip

[Statistics]
MaxClientVersions=0

[SkinGUIOptions]
Skin=

[General]
Count=0

[GUI]
HideOnClose=0
AppImageIntegrationDeclined=0

[GUI/TransferWnd]
Splitter=463
ShowClientList=1

# [Debug] section — only present and active in debug builds (__DEBUG__).
# Requires VerboseDebug=1 in [eMule] to take effect.
# All categories default to 0 (disabled).
[Debug]
Cat_General=0
Cat_Hasher=0
Cat_ED2k Client=0
Cat_Local Client Protocol=0
Cat_Remote Client Protocol=0
Cat_Packet Parsing Errors=0
Cat_CFile=0
Cat_FileIO=0
Cat_ZLib=0
Cat_AICH-Hasher=0
Cat_AICH-Transfer=0
Cat_AICH-Recovery=0
Cat_ListenSocket=0
Cat_Credits=0
Cat_ClientUDPSocket=0
Cat_DownloadQueue=0
Cat_IPFilter=0
Cat_KnownFileList=0
Cat_PartFiles=0
Cat_SHAHashSet=0
Cat_Servers=0
Cat_Proxy=0
Cat_Searching=0
Cat_ServerUDP=0
Cat_Client Kademlia UDP=0
Cat_Kademlia Search=0
Cat_Kademlia Routing=0
Cat_Kademlia Indexing=0
Cat_Kademlia Main Thread=0
Cat_Kademlia Preferences=0
Cat_PartFileConvert=0
Cat_MuleUDPSocket=0
Cat_ThreadScheduler=0
Cat_Universal Plug and Play=0
Cat_Kademlia UDP Firewall Tester=0
Cat_Kademlia Packet Tracking=0
Cat_Kademlia Entry Tracking=0
Cat_External Connect=0
Cat_HTTP=0
Cat_Asio Sockets=0