Server Header Image not showing

No matter what i do i cant get a header image to show, heres my current .bat file can anyone tell what im doing wrong? i made the pic 512 x256. 

echo off
:start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
curl -SL -A "Mozilla/5.0" "https://umod.org/games/rust/download" --output oxidemod.zip
"C:\Program Files (x86)\GnuWin32\bin\unzip.exe" -o oxidemod.zip
del oxidemod.zip
RustDedicated.exe -batchmode ^
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 9876513 ^
+server.worldsize 6000 ^
+server.maxplayers 75 ^
+server.hostname "SMD|X2|Solo\Duo\Trio\Quads|NoBP|1/4upkeep|Monthly" ^
+server.description "Supermotodave" ^
+server.url "https://www.Supermotodave.com" ^
+server.headerimage "https://i.imgur.com/ZH9cpXV.jpeg" ^
+server.identity "Supermoto" ^
+spawn.min_rate 1.6 ^
+spawn.max_rate 1.8 ^
+spawn.min_density 1.7 ^
+spawn.max_density 1.9 ^
+decay.upkeep_period_minutes 5760 ^
+server.planttickscale 2 ^
goto start

The URL you are using doesn't appear to be a direct URL to the image. You'd need to have a direct URL for it to work.

Could u help me get a direct link? not sure how else to get it, i just right click the image and "copy address" and thats what it gives me

Well, it looks like it may have been direct, but my mobile device redirected me.

Try this link instead regardless: https://i.imgur.com/eAA1wiQ.jpg

So that image you linkewd did work but only when i changed "+server.identity "Supermoto" ^" which created a new wipe essentrially. tried adding it using my current wipe/settings but it seems to be blank still. Any thoughts?

Changing your server identity only changes the folder where your server files are stored, nothing else. 

yeah i accidentally changed the identity location thinking i was editing the description, it loaded a fresh wiped version the header image did show, realizing i started a new wipe cause it auto created a new folder using new identity name, i then deleted it and changed it back to original identity name as show in 1st post, but now the headers back to blank

Could you show your current .bat and your server.cfg from that identity?

Current bat

echo off
:start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
curl -SL -A "Mozilla/5.0" "https://umod.org/games/rust/download" --output oxidemod.zip
"C:\Program Files (x86)\GnuWin32\bin\unzip.exe" -o oxidemod.zip
del oxidemod.zip
RustDedicated.exe -batchmode ^
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 9876513 ^
+server.worldsize 6000 ^
+server.maxplayers 75 ^
+server.hostname "SMD|X2|Solo\Duo\Trio\Quads|NoBP|1/4upkeep|Monthly" ^
+server.description "Supermotodave" ^
+server.url "https://www.Supermotodave.com" ^
+server.headerimage "https://i.imgur.com/eAA1wiQ.jpg" ^
+server.identity "Supermoto" ^
+spawn.min_rate 1.6 ^
+spawn.max_rate 1.8 ^
+spawn.min_density 1.7 ^
+spawn.max_density 1.9 ^
+decay.upkeep_period_minutes 5760 ^
+server.planttickscale 2 ^
goto start

Current serverauto.cfg

boombox.backtracklength "30"
boombox.serverurllist ""
ai.allowdesigning "True"
demo.recordlist ""
demo.recordlistmode "0"
fps.limit "256"
global.perf "0"
global.sprayinauthduration "30"
global.spraynoauthduration "30"
server.arrowarmor "1"
server.arrowdamage "1"
server.artificialtemperaturegrowablerange "4"
server.bleedingarmor "1"
server.bleedingdamage "1"
server.bulletarmor "1"
server.bulletdamage "1"
server.ceilinglightgrowablerange "3"
server.ceilinglightheightoffset "3"
server.funwaterdamagethreshold "0.8"
server.funwaterwetnessgain "0.05"
server.headerimage "1"
server.incapacitatedrecoverchance "0.1"
server.logoimage ""
server.meleearmor "1"
server.meleedamage "1"
server.motd ""
server.nonplanterdeathchancepertick "0.005"
server.optimalplanterqualitysaturation "0.6"
server.playerserverfall "True"
server.rewounddelay "60"
server.savebackupcount "2"
server.showholstereditems "True"
server.sprinklereyeheightoffset "3"
server.sprinklerradius "3"
server.tags ""
server.woundedmaxfoodandwaterbonus "0.25"
server.woundedrecoverchance "0.2"
server.woundingenabled "True"

Again thank you for your time and help its really appreciated

You'd want to edit your server.cfg (create if missing), not serverauto.cfg. A good few of your serverauto.cfg settings are invalid though; you shouldn't have any empty ones and ones such as server.headerimage are set wrongly. I'd encourage deleting the .cfg you have and starting fresh, only changing what you know is necessary and not default.

Do you have a recommended server.cfg settings, if i create a new file named that where the auto one is should i delete the auto one?

Merged post

When i delete the serverauto.cfg it just recreates it with the same exact info i posted above. i did create a blank server.cfg file in same location

Merged post

okay got it working using the new server.cfg i made thank you

Let me add a note:  Double the required size to 1024 x 512 and your image won't pixelate (if you are having this issue).  You need to create your graphic at this size, or larger.  Don't try to upsize a smaller photo, because this is what the server is doing already.  It's upsizing the 512 x 256 to 1024 x 512