CyberPanel Community

ClosedLatest Panel Version - Server to Server Transfer will not connect

li
litespeedlover #1

ERROR:
Can not initiate remote transfer. Error message: ‘transferStatus’

connecting two fresh install cyberpanel servers together with:
:8090/backup/remoteBackups

ports open and users have API access.

both servers running Ubuntu 20.24 with AMD 7950 CPU’s

No error logs

I’ve been using cyberpanel since 2019, not seen this one yet

@usmannasir

5 replies
RM
Rana Muhammad Usman Nasir #3

Issue Resolved!

The problem was in the security middleware blocking API requests due to character validation. The middleware was incorrectly flagging JSON colons (:slight_smile: as dangerous characters even for API endpoints.

What was fixed:

  • Updated security middleware to properly exempt /api/remoteTransfer and other API endpoints from
    restrictive character validation
  • The middleware now allows JSON structure characters for API calls while maintaining security for regular
    requests

I’ve pushed the code in a development branch for now, i will merge soon with current stable branch.

MR
Muhammad Rizwan #4

facing Same problem Can not initiate remote transfer. Error message: ‘transferStatus’

li
litespeedlover #5

latest commit - same problem exists. has this been applied to latest build yet?

Sign in to reply