11 · Log Online

Publish your QSO log on your personal website in real time

What is Log Online?

Log Online is the RadioLog feature that automatically uploads an HTML page with your latest QSOs to your web server every time you save a contact. The result is a public page anyone can visit to see who you are working right now.

RadioLog generates and uploads two files:

No PHP required You only need a hosting account with FTP access. No server-side scripting is needed — radiolog.htm is a fully standalone file.

The radiolog.htm file

The radiolog.htm file is a self-contained HTML page: all styles and JavaScript are embedded inside it, with no external dependencies. You can link to it directly from your website or open it in a browser.

RadioLog generates and uploads it automatically You do not need to create or touch any file yourself. Every time you save a QSO (with Log Online enabled), RadioLog generates the HTML on the fly and uploads it to the FTP server. No local copy is stored — the file lives directly on your hosting.

Where is it uploaded?

RadioLog uploads the file to the remote folder you configure in the FTP settings. For example, if your hosting serves files from public_html/ and you set the remote folder to log, the file will end up at:

public_html/log/radiolog.htm

It will then be accessible from a browser at:

https://www.yourdomain.com/log/radiolog.htm

How to link it from your website

The simplest approach is a direct link. Visitors will see the log page when they click it:

<a href="/log/radiolog.htm">View my live log</a>

If your site uses PHP you can include it inside your template with a server-side include, but this is completely optional — the file works perfectly as a standalone page.

Auto-refresh The page includes a meta-refresh tag that reloads it every 5 minutes, so visitors see new QSOs without pressing F5.

Configuring Log Online

Go to Settings → Log Online. You will find two sections: General and FTP Server.

General section

FieldDescription
Enable Log OnlineEnables automatic upload whenever a QSO is saved.
Number of QSOs to publishHow many QSOs appear on the page (default: 100).
File nameName of the generated file. Default: radiolog.htm.

FTP Server section

FieldExampleDescription
FTP Serverftp.yourdomain.comHost name or IP of your FTP server.
Port21FTP port — normally 21.
FTP Useruser@yourdomain.comFTP login username.
PasswordFTP user password.
Remote folderlogFolder on the server where the file is uploaded. RadioLog creates it if it does not exist.
FTP credentials The FTP user must have write access to the remote folder. If your provider uses cPanel, create a dedicated FTP account for RadioLog and restrict it to the log folder only. This limits exposure if the credentials are ever compromised.

Test connection

Click the Test connection button to verify your FTP credentials before enabling automatic uploads. If everything is correct you will see the server's welcome message in green. If there is an error, the message will tell you what went wrong (host not found, wrong password, permission denied, etc.).

Upload now (full test)

The Upload now button generates the HTML with your current QSOs and uploads it to the server immediately, without waiting for a QSO to be saved. Use it to verify that the file arrives correctly before enabling automatic uploads.

Automatic upload

When Enable Log Online is checked, RadioLog uploads the log automatically every time you save a QSO. The upload runs in the background and does not interrupt your workflow. When the upload succeeds or fails, a message appears in the status bar for 5 seconds.

No manual steps needed Just enable the checkbox, configure the FTP details, and RadioLog takes care of the rest.

Troubleshooting

The file does not appear on the server

The web page does not show new QSOs

Error in the status bar when saving a QSO


Chapter 11 · RadioLog v3.3.3