Our SDR online list: https://sdr-list.xyz it also lists websdr's that want to be listed. The API is open for anybody.
QuoteTried to fix the problems Darko has mentioned, I've doubled checked all the backend files. AI has found some issues, fixed and all new uploaded again.
I hope there will be not any problems now with any OS....
root@minipc:/home/darko/PhantomSDR-Plus# service websdr status
● websdr.service - PhantomSDRPlus WebSDR
Loaded: loaded (/etc/systemd/system/websdr.service; disabled; preset: enabled)
Active: deactivating (final-sigterm) since Fri 2026-05-01 07:40:16 CEST; 1min 24s ago
Process: 349780 ExecStart=/home/darko/PhantomSDR-Plus/start-websdr.sh (code=killed, signal=TERM)
Main PID: 349780 (code=killed, signal=TERM)
Tasks: 5 (limit: 18771)
Memory: 311.6M (peak: 320.3M)
CPU: 11min 13.474s
CGroup: /system.slice/websdr.service
└─349784 build/spectrumserver --config config-rx888mk2.toml
svi 01 07:34:26 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:34:27 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:34:28 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:34:29 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:34:30 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:34:31 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:34:32 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:34:33 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:34:34 minipc start-websdr.sh[349784]: write_users_json: cannot open frontend/dist/users.json.tmp
svi 01 07:40:16 minipc systemd[1]: Stopping websdr.service - PhantomSDRPlus WebSDR...
root@minipc:/home/darko/PhantomSDR-Plus# ps aux | grep spectrumserver
root 400661 0.0 0.0 9580 2404 pts/2 S+ 07:41 0:00 grep --color=auto spectrumserver
root@minipc:/home/darko/PhantomSDR-Plus#
That slows down the reboot for those 20 seconds, of course.
QuoteWhat a pity Darko. I cannot think something that it could help you.
QuoteDo you want me to send you the zip of v.3.1.1.
QuoteCan you please send me your .toml file?
[server]
port=8905 # Server port
html_root="frontend/dist/" # HTML files to be hosted
otherusers=1 # Send where other users are listening, 0 to disable
#threads=2
#threads=8 #2
#threads=8 #4 #2
[websdr]
register_online=true #false # If the SDR should be registered on https://sdr-list.xyz then put it to true
register_urls=[
"https://sdr-list.xyz/api/update_websdr",
"http://list.novasdr.fun/api/update_websdr"] # One or more directory endpoints that accept the same JSON payload
name="9A7AOF PhantomSDR+" # Name that is shown on https://sdr-list.xyz
antenna="Active Loop" # Antenna that is shown on https://sdr-list.xyz
grid_locator="JN86da" # 4 or 6 length Grid Locatlr shown on https://sdr-list.xyz and for the Distance of FT8 Signals
hostname="http://9a7aof.ddns.net" # If you use ddns or something to host with a domain enter it here for https://sdr-list.xyz
[limits]
audio=100
waterfall=100
events=100
[input]
sps=60000000 # Input Sample Rate
#fft_size=1048576
#fft_size=2097152
fft_size=4194304 # FFT bins for spectral analysis (very large for ultra-high sample rates)
#fft_size=8388608
#fft_size=16777216
#fft_threads=12 #16 #12 #8 #2
brightness_offset=-2 # Waterfall brightness offset. Reduce to negative if you see black regions in the waterfall
frequency=0 # Baseband frequency
signal="real" # real or iq
accelerator="opencl" #"none" # Accelerator: none, cuda, opencl, mkl
audio_sps=12000 # Audio Sample Rate
audio_compression="flac" # flac or opus
waterfall_size=1024 #2048
waterfall_compression="zstd" # zstd or av1
#smeter_offset=4
smeter_offset=5 # digital-only S-meter offset
analog_smeter_offset=5 # analog-only S-meter offset
[input.driver]
name="stdin" # Driver name
format="s16" # Sample format: u8, s8, u16, s16, u32, s32, f32, f64
[input.defaults]
frequency=3675000 # Default frequency to show user
modulation="LSB" # Default modulation
QuoteWell, the repo has now the new repo, all clean, without the older files. Maybe something I've messed writing the newer files over the older ones. Please retry.
Page created in 0.011 seconds with 16 queries.